Forum Discussion
6 Replies
- myuncleNew Contributor
Hi. Did you ever figure out how to do this?
- christwrContributor III
If you’re wanting all records after the 5th (6+) you might be able to put a filter snap after your Excel parser snap, with a criteria like snap.in.totalCount > 5. Not sure, but might be worth exploring.
- lingaredNew Contributor
Add null rows for first 5 records and then from there on use original data.
- mkoperniNew Contributor
I have a similar use case where I need to insert data starting in row 6 of an Excel template file generated from Workday. I need to preserve the formatting of the header rows in row 1-5. I am able to read the Excel and then populate an output file by parsing the Excel input file , union of data and then the Excel multi sheet formatter to write the output. The formatting is lost on those headers and I am told it needs to be retained.
- SandhyaNew Contributor
Hi,
Can you try giving start row as 6 in the excel parser.
Thanks
Sandhya