I have a .csv file that has double-quotes around every field. Some of the fields have a comma inside the double quotes. When I use the Create Excel task, it works beautifully until it hits a field with a comma inside the double quotes, and parses on that comma as well. For Example:
"John", "Doe", "1234 Somewhere Lane, My City, CA", "(123) 293-8829"
This should parse with 4 fields as:
John
Doe
1234 Somewhere Lane, My City, CA
(123) 293-8829
But instead it parses with 6 fields as:
John
Doe
1234 Somewhere Lane
My City
CA
(123) 293-8829
How do I get the Create Excel task to recognize the quoted identifiers and parse correctly.
I have set the quoted identifier option as double-quotes.
Edited by moderator
2015-06-01T12:59:16Z
|
Reason: Not specified