Forum Discussion
SpiroTaleski
6 months agoValued Contributor
Check the Header size error policy configuration within the CSV Parser Snap:
With Trim record to fit header you should be able to parse the CSV data.
- j_angelevski5 years agoContributor III
Hi @kgor,
I suppose you are trying to access the ‘status’ field of the input document ? If that’s the case try using the “.get()” method, with this method you can pass a default value if such field doesn’t exist in the input document. Example: $.get(“status”, “default”).
Also the reason why when validating no errors are thrown could be because the setting “Preview document count” is set to 50 by default, so when you validate you process only 50 documents and you never get to that #740th document.Please share more info about this.