commons
Members list
Packages
package kantan.csv.engine.commons
Provides CSV reader and writer engines using commons-csv.
Provides CSV reader and writer engines using commons-csv.
Importing kantan.csv.engine.commons._
will replace default engines by the commons-backed ones. If you need to tweak how commons-csv behaves, however, you can handcraft engines though readerEngineFrom and writerEngineFrom - all you need is a function that knows how to turn a column separator character in an instance of CSVFormat
.
Attributes
In this article