As per documentation CSV parser settings Escape character says : Leave this property empty if no escape character is used in the input CSV data.
However when escape character '' is present in the data it fails. Only if I add \ in escape character it ...