Smooks transformations fails to parse when CSV column has a double quote
<smooks-resource-list xmlns:xsl="http://www.milyn.org/xsd/smooks/xsl-1.1.xsd" xmlns:core="http://www.milyn.org/xsd/smooks/smooks-core-1.3.xsd" xmlns:csv="http://www.milyn.org/xsd/smooks/csv-1.6.xsd" xmlns:smooks="http://www.milyn.org/xsd/smooks-1.1.xsd">
<csv:reader fields="FirstName,LastName,Sex,Age,Country" separator="|" />
Tom|Fen"nelly|Male|4|Ireland
Mike|Fenne"lly|Male|2|Ireland
I have tried adding escape=""
" to add escapes to quote but the transformation still is wrong