Hi, I am using the jackson parser inside csv reader before loading that into database. I have weird behavior where the double quotes are removed for below string and works for other strings. May I know what would be reason.
"2160 University Ave (""Chulo"")" --> Converted to 2160 University Ave
("Chulo")
"""Biology for Voters""" --> Biology for Voters . Double quotes is removed
completely.
May I know what is the issue with String """Biology for Voters""".
Thanks,
Asmath
