You are on page 1of 1

When we create a target as flat file and source as oracle.

How can we have first


rows as column names in flat files.
Ans :We can add a union all clause in the Source Qualifier of the Relational sou
rce to add the header values in SELECT clause, so as to populate them as header.

You might also like