Use of quotation marks when oading data from csv file

Hi,
I’m trying to load some data from a csv file using the tag.
The string fields have quotes (") around them in order to escape commas, but only the last one is removed when saved to database, so the resulting database field looks like: <spansome text
Should it be specified somewhere which quote character is used?

It shouldn’t be keeping the original quote around. I think we support both single and double quotes (’) and (").


What version of liqubase are you using?

Nathan