Page 1 of 1

Header row is missing in ftp enterprise stage

Posted: Sat Jul 26, 2014 9:49 pm
by premupdate
Hello folks,

Job Design:

Sequentialfile-->copy-->ftpenterprise stage


I want to transfer the file to another server through FTP stage.

In file it contains 50 data records and one header record has column name.

The target server receives file which has only data records and not header record.

Sequential file Options:

Enabled first line is column name to true.

Kindly help me to resolve this issue.


:o :o

Re: Header row is missing in ftp enterprise stage

Posted: Sun Jul 27, 2014 9:17 am
by chulett
premupdate wrote:Sequential file Options: Enabled first line is column name to true.
That option causes the headers to be skipped, turn it off so the header record just flows through as data.

Posted: Sun Jul 27, 2014 2:48 pm
by ray.wurlod
Change First Line is Column Names property value to False. Make sure that your metadata allow the header line to be read (even if you have to read each entire line as a single string), rather than be rejected/dropped.

Posted: Sun Jul 27, 2014 8:59 pm
by premupdate
Thanks for your help. It is working fine. :lol: