How to read a csv file which has a comma separated data within double quotes
In real world, most of the csv file will have comma separated data field which will enclose in a double quotes. When you read such kind of file in Informatica BDM, that particular data field looks truncated since the comma within data will be treated like a delimiter.
To fix the Issue you need to Give the Text Qualifier as "Double Quotes" in the Advanced properties of the flat file object.
- Click on the Flat file Object
- Go to Advanced >> Column format: Delimited >>
- Select "Text Qualifier" as "Double Quotes"
Liked the content??
Please Like FB page & subscribe the channel!
Let's learn together!
Need Help? email me!
Search tags
- Handle comma present in the data of csv file in Informatica BDM
- How to handle double quotes (") and comma (,) in a field of CSV in Informatica BDM
- How to handle comma separated data in a csv file in Informatica BDM
- How to read double quoted data in a csv file in Informatica BDM