Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

CSV Data export

Hi Everyone,
We are using Talend Esb for data integration. currently we are pulling data from multiple sources and data is coming in SQL server. is there is anyway to export all the data in csv instead of sending it to SQL server.

Thanks in advance!!!
Labels (3)
1 Reply
Anonymous
Not applicable
Author

If you use a Standard Job, you have the tFile components. You can use a tFileOutputDelimited and create a CSV file.

Are you going to save the files on local file system and use there after?

 

If you use ESB Routes again you have cFile components which can do the same.