Hello… Can you help me with the configuration of that attach txt? because I can’t understand how it is work in the Node CSV Reader
AOC Example.txt (1.4 KB)
Hi @edwin_bm05 , as the first line is a comment line, you need to tell it to skip it, so that it finds the header from line 2.
You also need to tell it that the column delimiter is \t
(tab characters)
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.