cancel
Showing results for 
Search instead for 
Did you mean: 

Different field names on the same flat file format

Former Member
0 Kudos

Hi

I have a requirement to generate output file of the same structure but based on the data that is being loaded into the target file, I should specify the column names differently. How can I do this. The write column header option is not helping as it is putting the same column name for all datasets.

SR

Accepted Solutions (1)

Accepted Solutions (1)

former_member211387
Contributor
0 Kudos


Hi

To do this, hold the field names as a single row in a query transform using Row_Generation as source. Merge the dataset to this and you will get the desired output.

Also select "No" for "Write row header" so that the field name you desire forms the first row in the file.

kind regards

Raghu

Former Member
0 Kudos

Thank you for this. It worked!!!

Answers (0)