Support Questions

Find answers, ask questions, and share your expertise

Who agreed with this solution

avatar
Super Guru

@Lewis_King ,

 

This error means that some line(s) in your flowfile have less than 4 fields. Empty lines are typically ignored but if you have a trailing line, for example, with a space in it, that space will be interpreted as the first field (GradeNm) and the other fields will be missing, which could lead to this sort of problem.

 

Check your input file for trailing lines or lines with less than 3 commas in it.

 

If the problem is being caused by a blank line with spaces, for example, you could use the ReplaceText processor to remove those spaces, as shown below:

 

araujo_0-1657678374647.png

 

 

Cheers,

André

--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.

View solution in original post

Who agreed with this solution