StageRead New Line in CSV file within Quotes in OIC
Summary:
Content (required):
We have a new line character in the CSV File within the Double Quotes for Example:
-----------------
A,B,C,D
A1,B1,"C1
C11",D1
A2,B2,"C2
C21",D2
-------------------
We want to read the above CSV file as follows:
-----------------
A,B,C,D
A1,B1,"C1 C11",D1
A2,B2,"C2 C21",D2
-------------------
How can we read this in OIC?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0