04-04-2019 02:19 PM
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 runs successfully however it removes \ within the data.
Did anyone faced this and how to get read of this issue?
04-05-2019 02:41 PM
@Ananya_Mohanty Can you provide a sample entry in the CSV file please?