escaping - How can I read a CSV with quoted commas as a flat file in BusinessObjects Data Services Designer? -


i'm trying sap businessobjects data services designer 12.2.3.1 read csv file contains rows like:

"00501","p",0,0,"nassau-suffolk, ny","suffolk" 

the results i'm getting column delimiter set comma, however, read line 7 columns rather six:

"00501"    "p"       0        0       "nassau-suffolk        ny"      "suffolk" 

what additional options need in order read file as-is, without external preprocessing? (if isn't possible, please , i'll stop getting grey matter on nice brick wall. thanks!)

the solution set text delimiter ".

text: denotes start , end of text string. characters (including specified column delimiters) between first , second occurrence of character single text string. treatment of row characters defined "row within text string" setting.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -