This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
Add methods for appending columns of a CsvSchema
into another
#142
Labels
Milestone
Currently if I am building a CsvSchema with columns from a POJO and some other custom columns, I have to first build a CsvSchema from the POJO, and then provide the columns from that schema to a second CsvSchema.Builder. It's not a huge deal, but it seems like it'd be a nice improvement.
Current situation:
Desired situation:
The text was updated successfully, but these errors were encountered: