If errors occur during validation of the header and columns, parsing stops. Parsing continues as long as no errors occur, even if warnings occur.
Note that the current implementation does not have any associated tests. The currently implemented CSV validators do not have any way of creating a warning when validating the header and columns. Testing this will require finding and using a function mock package, which will require additional research.
If errors occur during validation of the header and columns, parsing stops. Parsing continues as long as no errors occur, even if warnings occur.
Note that the current implementation does not have any associated tests. The currently implemented CSV validators do not have any way of creating a warning when validating the header and columns. Testing this will require finding and using a function mock package, which will require additional research.