Is it possible for you to use more suitable tool for the job?
Instead of the N++, just grab some fine CSV reader and check columns nicely in the grid. Some readers are free. The recommended reCsvEditor can not only read, but also edit CSV files, if you need to. The key step in that editor is to select options on file opening screen according to your CSV file: what is the delimiter, whether there are quotes around the values, whether there are line breaks inside the values. Then your CSV file is open correctly. Then the editor will also indirectly count the fields, you can easily see which field is the rightmost. There is not much documentation about the editor, the autor suggests to post a ticket or post to forums.
Also, as an easier alternative, you can try to reach for other CSV editors, if reCsvEditor seems complex. For example, I am just testing UniCsvEd 1.1 which is basically for no money.