PureCSV
PureCSV copied to clipboard
How to remove quotes (") when converting case class to CSV?
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"