Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

How to change exported file encoding format to PC-Ansi from current Unix-Ansi by DM Channel from AJO

Avatar

Level 4

Hi, Team,

 

I am exporting a file through the campaign using the DM channel. After generating the file, it is saved as Unix-ANSI instead of PC-ANSI, which is the required format for our system. Is there a setting or option where I can select the desired file format (PC-ANSI) before generating the file? Please advise

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@chrisyan Currently, AJO supports only CSV or text delimited. It has an option to choose either of these.

Screenshot 2025-03-09 at 5.18.27 PM.png

Thanks, Sathees

View solution in original post

4 Replies

Avatar

Community Advisor

@chrisyan Take a look at this page on the file formats of DM configuration,

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/channels/direct-mail/direct-mail-...

Thanks, Sathees

Avatar

Level 4

file format is to choose what delimiter you would export comma or else. Not relating to file type and do not think on the channel configuration having such option.

Avatar

Correct answer by
Community Advisor

@chrisyan Currently, AJO supports only CSV or text delimited. It has an option to choose either of these.

Screenshot 2025-03-09 at 5.18.27 PM.png

Thanks, Sathees

Avatar

Community Advisor

Hi @chrisyan ,

"Unix-ANSI" and "PC-ANSI" typically refer to different conventions for file encoding and line endings, which are important for ensuring compatibility across different operating systems. One option can be to run  command like 'unix2dos filename' in destination system to convert it to a compatible one. Check that out. Haven't seen any OOTB option to set it by default.

Thanks,

Somen