-
Notifications
You must be signed in to change notification settings - Fork 29
Using ; as divider #7
Copy link
Copy link
Closed
Description
Hi, first of all thanks for your amazing work.
I only have one problem, I cannot set the field divider to semicolon (;) instead of commas.
I've tried:
let writeCSVObj = CSV()
writeCSVObj.delimiter = DividerType.semicolon.rawValue
writeCSVObj.rows = data
writeCSVObj.fields = headers as NSArray
writeCSVObj.name = "ExportTest"
as well as:
let writeCSVObj = CSV()
writeCSVObj.delimiter = ";"
writeCSVObj.rows = data
writeCSVObj.fields = headers as NSArray
writeCSVObj.name = "ExportTest"
but the output file will always have commas as field dividers. Am I missing something?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels