Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Data Managment - PBCS - Skip Rows in File load?

Hi experts,
I have a file that comes from source system NetSuite in this format.
Can't I have it skip the Header Row? It's balance sheet, thus I need to have NZP in the Expressions. Once I do that then it tries to load the header row....
Can't I do an Explicit map of 'Total' to Ignore and then that would eliminate the 'Total' row from loading?
Best Answer
-
Are you sure it is not skipping the header record, I would have thought it would reject the header because the amount is not numeric. check the log to confirm
You can also look at the skip functionality in the import format - Defining Import Formats for File-Based Mappings
Cheers
John
Answers
-
Are you sure it is not skipping the header record, I would have thought it would reject the header because the amount is not numeric. check the log to confirm
You can also look at the skip functionality in the import format - Defining Import Formats for File-Based Mappings
Cheers
John
-
When I map 'Total' to 'Ignore' it doesn't validate.
If I map 'Total' to 'IGNORE' it validates. This tool is too finicky .
-
It is skipping it, was throwing me off. Issue was with the 'Total' row.
I get it to validate when I map 'Total' in Account field to 'IGNORE'. Must be uppercase for some reason. I get the validate fish now and the log still has the error but I get the green checkmark which is key for my automation software so it knows it was a success.
Unreal how confusing this is...
-