I have vendor SQL table which column value as :
131 Maker Tower, "F", Premises
While exporting in CSV from Informatica , following value is generated: ,
"131 Maker Tower, "F", Premises",
But when I read into the Informatica for importing into other table using CSV : It just fails as it read this into 3 different columns as comma is delimiter.
- Column 1: 131 Maker Tower
- Column 2: F
- Column3: Premises
We want to export such that it is readable to business so can't use complex delimiter like *, or || etc.
