How to read .OUT files?
Hi all,
I would like to read a .out File. Tried it with the upload option of separated values (as seen in screenshot) together with the "|" as separator but could not make it work. Did anyone try that before and can hint me in the correct direction?
Operating system used: Windows 10 Enterprise
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @Michael-Aringer
,Can you share a line from your OUT file? It can be obfuscated. One thing you could try is to use the option one record per line and then use a prepare recipe with the "|" seperator and see if you can get better results.
Thanks,
Answers
-
Michael-Aringer Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 3 Partner
Hi Alex, I used the prepare recipe together with splitting the values based on "|". Thank you for your input. Apparently, column names are stored in the first lines of .out files. So the creation of the proper names was a bit of a data wrangling, but I could make it work.
Thank you!