Data in /examples/example.csv:
Printing 6 rows
Row 1 (length 5): [Year, Make, Model, Description, Price]
Row 2 (length 5): [1997, Ford, E350, ac, abs, moon, 3000.00]
Row 3 (length 5): [1999, Chevy, Venture "Extended Edition", null, 4900.00]
Row 4 (length 5): [1996, Jeep, Grand Cherokee, MUST SELL!
air, moon roof, loaded, 4799.00]
Row 5 (length 5): [1999, Chevy, Venture "Extended Edition, Very Large", null, 5000.00]
Row 6 (length 5): [null, null, Venture "Extended Edition", null, 4900.00]

Data in /examples/european.csv:
Printing 6 rows
Row 1 (length 5): [Year, Make, Model, Description, Price]
Row 2 (length 5): [1997, Ford, E350, ac; abs; moon, 3000,00]
Row 3 (length 5): [1999, Chevy, Venture "Extended Edition", null, 4900,00]
Row 4 (length 5): [1996, Jeep, Grand Cherokee, MUST SELL!
air; moon roof; loaded, 4799,00]
Row 5 (length 5): [1999, Chevy, Venture "Extended Edition; Very Large", null, 5000,00]
Row 6 (length 5): [null, null, Venture "Extended Edition", null, 4900,00]

Format detected in /examples/european.csv:
CsvFormat:
		Comment character=#
		Field delimiter=;
		Line separator (normalized)=\n
		Line separator sequence=\n
		Quote character="
		Quote escape character=\
		Quote escape escape character=null
