Fix event CSV parser with uncommented header
An error is raised when csv event file have an uncommented header:
foo, bar
1, 2
Based on CSV specification it is unclear how to handle headers. They are considered optional and it is not enforced to comment them (to be automatically skipped by the parser). If uncommented there is not real way to know if the first line is a header or the content.