Help saving a csv output file in tab delimited txt format please

Hey worry for the basic question, but all the AI searches and forum searches do not appear to be able to help with what looks like it should be quite basic.

I’ve got a simple scenario to input a csv (with about 8 columns) filter the data to show only the contents I need, change 2 column headings, strip out the other, and ftp output the csv format.

Its very simple just with 2 columns:

STOCK_CODE STOCK_LEVEL
NHIT0701 2

All works but I need to save the output in a tab delimited txt file and not a csv. This is where I got very stumped. Any help greatly appreciated.

1 Like

Heyy Roger,

You can Try this Maybe that can help.

In the CSV module,
Only select and map only those 2 required columns after parsing main csv and use Delimiter as: Tab

While uploading the file, Set the file name as your_file_name.txt . Extension addes as “.txt” at the end of the file name will force it to save as text file.

I hope it helps or let me know if you need more help!

Regards,
Prem