View on GitHub

jsapar

JSaPar is a Java library providing a schema based parser and composer of almost all sorts of delimited (CSV) and fixed width files.

Upgrading from earlier versions of JSaPar

Upgrading from version 2.1

All the event based methods and classes have been replaced by corresponding Consumer based. The old methods and classes have been marked as deprecated so they still work but it is recommended to switch to the new methods. There should be a note in the javadoc for each deprecated method about how to switch to the new methods.

Upgrading from version 2.0

The following classes has moved to package org.jsapar.bean in order to make them visible externally when introducing modules:

The following classes has moved to package org.jsapar.text in order to make them visible externally when introducing modules:

Upgrading from version 1.x

The 2.0 version of the library differs fundamentally from the 1.x versions so there is no easy way to upgrade. This chapter will however try to help as much as possible.

Almost all package names has changed in 2.0.

Converter

Outputter

Line