Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

General Discussions

Discuss any topics that are not product-specific here.

Detect csv file formt

sharmilaj
7 - Meteor

Hi,

 

I have a bunch of text documents which is read as csv in Alteryx. 

The csv is formatted both in ANSI and UTF-8.

I need a way to detect each file in the path on whether it is ANSI or UTF-8. If so i want to maintain a similar kind of files maintain UTF-8. 

 

Is there a way in Alteryx to detect and then change the file format. ?

 

Thanks!

1 REPLY 1
caltang
17 - Castor
17 - Castor

You can see that information via XML:

image.png

 

From there, you can fetch the code and compare it against the table at the bottom of this page: https://help.alteryx.com/20231/designer/code-pages

 

This is the best way I know of.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors