kantan.csv
kantan.csv copied to clipboard
RowEncoder for more than 22 fields
Does anyone have an example of a RowEncoder with either multiple case classes or HLIST?
We are trying to use RowEncoder.caseEncoder
but our tuples are limited to 22 fields.
We found this example https://stackoverflow.com/questions/61163096/case-class-more-than-22-fields-to-csv-in-scala but we would like to have all 27 fields as columns and not some of them inside a cell.
Is it possible?