Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
noobTalendDev
Contributor
Contributor

tFileOutputDelimited seperated via columns

I am currently executing a db query and want to output it to a csv file however i want everything to be seperated via columns so it would be like an xlsx file.

The only reason i am not using tFileOutputXLSX is because i need the csv extension for some other use. How could i get it formatted similar to an xlsx file?

Labels (3)
4 Replies
noobTalendDev
Contributor
Contributor
Author

How would i be able to output a textractdelimitedFields into a csv file?

gjeremy1617088143

Hi, tFileOutputDelimited will do the job.

when you open a csv with excel , it will show the result like an excel file

Send me love and kudos

noobTalendDev
Contributor
Contributor
Author

I am looking to have the csv file by default be the same as an excel sheet. I don't want to have to open it with excel to show the correct format.

Anonymous
Not applicable

Hello,

If you only output the xlsx and not the CSV, please have a look at tFileoutputExcel component.

Best regards

Sabrina