Hello everyone,
I would like to save an excel file (.xlsx) to a Text(tab delimited), (.txt)
My workflow is as follows:
- Read XL range into datatable (varDT)
- In output data table activity, Read (varDT) as input and output as text (varText).
- Write Text File base on (varText).
However the txt file created is commas instead of tab.
Is there a way to save a text file as tab delimited instead of commas?
Regards
Hidayat