Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
xyz1231
Contributor
Contributor

UTF8 vs 1252 ANSI

Hi all,

quick question: I am reading text files from a s3 bucket and i noticed that the "Read data From File Block" does not read ANSI 1252 encoded files, but it does read them when they are UTF 8 encoded. Is there a way to make the "Read Data From File" work also with the ANSI 1252 files ? Or would i have to convert them first ? 

Thanks!

Labels (3)
1 Reply
xyz1231
Contributor
Contributor
Author

...ideally i would be able to use a custom code block to change the conversion. I imagine i could place it between the "Open File on s3" and the "Read data from File" block....Anyone maybe knows if that would work / how to do this ?

Thanks in advance!