PureCSV icon indicating copy to clipboard operation
PureCSV copied to clipboard

How to remove quotes (") when converting case class to CSV?

Open ibaralf opened this issue 4 years ago • 0 comments
trafficstars

How can I avoid having the quotes for each value when converting my case class to CSV?

Ex. for tab separated "2020-12-10" "XXXX" "2020-12-17" I want to not have the quotes like 2020-12-10 XXXX 2020-12-17"

ibaralf avatar Dec 10 '20 23:12 ibaralf