While trying to load csv files using MLCP, the insertion of records get skipped due to following error:
invalid char between encapsulated token and delimiter
I found out that it’s due to \” in the csv file, which needs to be replaced with \’. Is there any option in MLCP to automate this using ‘find and replace’?
Thanks.