Hello Experts ,
I am configuring File (CSV file) to File scenario , where I am using SFTP Sender Adapter.
Data in the file is coming with Header Record like below.
Eg.
"EMPID","MONTHENDDATE","HOUR","RATE"
"000225","20130428",40.00,6.82
I want to ignore the firsr record ( Header record ) while picking the file. Want to know how we can achieve this in SFT Sender Adapter , I tried
xml.documentSkipFirstRows parameter but it doesn't seems to be working.
I know in simple FTP Sender Adapter Document Offset parameter is used to ignore header records , although as I am using SFTP dont know the module configuration parameter to be used for this.
Appreciate your responses.
Thanks,
Pushkar