New Line character not able to load using Load Data

Hi,


My CSV file contains new line character in some of the values. this is causing problem as Liquibase command is getting executed without error adding entry in DATABASECHANGELOG, but actual table is still empty.


can anyone suggest solution on this


Thanks,

Rayan

The csv parser will accept newlines if they are in quotes.

Neil