Issue

When ingesting logs via CSV data into Panther, the following classification error occurs: "wrong number of fields"

This occurs even when the quantity of the fields is correct.

Resolution

To resolve this issue, try the following:

For more information about parsing CSV formatted logs, check our Panther CSV parser documentation. 

Cause

This issue occurs because the delimiter is also included in the actual string content of your field. The parser interprets this as a delimiter and not as a value resulting in a wrong field count.