Solved
Forum Discussion
RoyB
4 years agoNew Contributor III
I’ve made that change, and althought it does create the text file, it only has 1 row in it, which I tracked to the 62nd row in the output.
I suspect it creates the document with the first row, then overwrites each row after that
Any suggestions?
Thanks
marjan_karafilo
4 years agoContributor
Hi @RoyB ,
I have attached sample pipeline, please try it and let me know if it helps you.
CSV to TXT pipeline_2022_02_28.slp (8.4 KB)
The thing is that in the “Mapper” we set content-type to text/plain in order to save the file as .txt
BR,
Marjan
- vgupta5 years agoNew Contributor
Thank you!
That’s helpful