Reputation: 1
Using Jitterbit studio 8.26.1.2. Trying to transfer data from db to csv. It works but the csv file does not have headers. Would like to have header with names as in the source table.
would like: id,fname,lname 1,John,Smith 2,Theresa Map
instead: 1,John,Smith 2,Theresa Map
What is the easiest way to achieve this? simple operation
Upvotes: 0
Views: 916
Reputation: 2250
You can easily do this in your Local File target, but checking the "Write Headers" box, in the options section.
Documents are here: https://success.jitterbit.com/display/DOC/Creating+a+Local+File+Target
Upvotes: 0