- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-27-2018
12:55 PM
03-27-2018
12:55 PM
Escape comma in csv
Please reference
https://www.zuora.com/developer/api-reference/#operation/POST_Usage
How does one escape a comma in the csv
For instance.
For this 3-column data:
1,tech "partners", Inc.,3
Does one upload:
1,"tech ""partners"", Inc.",3
Or is it done some other way?