SwiftCSVExport
SwiftCSVExport copied to clipboard
How to handle comma in address ?
Hi,
after I export an address string to excel I found it split it into 2 column. example my address is "No 10-20, Tmn Kinrara" but in excel it make "No 10-20" into 1 column and make "Tmn Kinrara" inside another column.
anyway to solve it ?
@vic3lpl , Can you please try latest version 2.3.0. I hope latest version will solve your problem.
I used the latest version pod 'SwiftCSVExport' , '= 2.6.0' # Latest Xcode 12
but still I'm facing the same issue