worldwynj
(Worldwynj)
September 21, 2023, 8:21pm
1
Hello,
I am generating a data table from text files. I have identified my file as having tab separated fields via Notepad++.
However, when I use the Wizard to preview the conversion, the row text does not get separated into fields.
Thanks for any insights on what I am doing wrong.
worldwynj
ppr
(Peter Preuss)
September 21, 2023, 8:34pm
2
it looks a little bit like tab, space and others are seperating.
Can you share some sample data?
postwick
(Paul Ostwick)
September 21, 2023, 8:40pm
3
You should use Read CSV, not Read Text File, and set it to tab as the delimiter. Then you don’t need the Generate Data Table activity, it’ll just read the file correctly, directly into a datatable.
e
neha.upase
(Neha Upase)
September 21, 2023, 8:48pm
4
Hi,
Tab is automatically converted to space in the input text field.
You can try without wizard as follows