We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Input the attached file into Alteryx

Divyaverma2906
7 - Meteor

Please input the attached sheet into Alteryx in a readable format. All leads are appreciated.

3 REPLIES 3
FrederikE
13 - Pulsar

Hey @Divyaverma2906,

 

This is how you can read such a file: 

A *.csv filetype is perfect for this because it is very basic. "\0" as a delimiter means no delimiter at all. 

FrederikE_0-1685005628692.png

 

Divyaverma2906
7 - Meteor

Appreciate the quick response, but I am still not able to read the data in the input file. I think there is delimited "," used here which is differentiating the fields here

smoosh
8 - Asteroid

 I was able to open your file in a similar way as the other poster. The data inside your file is JSON data. When you're looking at the data in a text editor, you're seeing the commas, but in this case, those aren't quite the delimiter you're looking for. 

 

Try using the settings above, then once open, you can add the JSON parse tool to extract your data. There will be further transformation needed to make it useable for analysis, but the data is there. 

Labels
Top Solution Authors