Write collection to tab separated txt file

theparadox

New Member
Hello!
Do you have ideas how to do it? I was about to loop through the collection and use append to text file, but i don't know how can i send tabs between the fields.

Thanks for your help!
 

VJR

Well-Known Member
Hello!
Do you have ideas how to do it? I was about to loop through the collection and use append to text file, but i don't know how can i send tabs between the fields.

Thanks for your help!
Hi theparadox,

You can paste the collection to an Excel file and then using a Code stage Save the Excel file as a Tab delimited txt file.

214.png
 

Srikant

New Member
Hi VJR,

Any references to how to use Code stage to Save the Excel file as a Tab delimited txt file? I do not know VB.NET and so I am struggling to make out what to write.

- Srikanth
 

vikyblue

New Member
In utility file management--append to text file
You have text option ..there use &" "&
Ex: [coll.number]&". "
 
Top