- Added options for column case sensitivity
This has not been implemented yet.
31 lines of code changed in:
Updated version number to 3.1.0-SNAPSHOT
6 lines of code changed in:
- Adding support for java.io.Reader in PZParser. This is now the
preferred method for reading files.
- Deprecated File and InputStream parsers
488 lines of code changed in:
- Added check for null
18 lines of code changed in:
- converting xml map parser over to Reader
- Removed parse(File)
- Added parse(Reader)
25 lines of code changed in:
Stopped column lookup from being case sensitive
7 lines of code changed in:
Feature Request 1566626. Added setIgnoreExtraColumns() method to the PZParser.
Added the ability to ignore extra columns/bytes from delimited & fixed width files. Data is truncated when it goes
outside of the column definition.
81 lines of code changed in:
corrected issue with tab and space delimiter when there were
just empty columns with no data. trim() was removing delimiters
and breaking the parse
10 lines of code changed in:
adding more tests
6 lines of code changed in:
added constant for specifying an empty qualifier
2 lines of code changed in:
added test for empty tabs which is currently failing
3 lines of code changed in:
added SLF to eclipse classpath
9 lines of code changed in:
added slf jars for proper pzfilereader-examples build
2 lines of code changed in:
added slf jars for proper pzfilereader-examples build
0 lines of code changed in:
combined if statements fix for PMD
13 lines of code changed in:
updated 3.0 docs
1361 lines of code changed in:
correct findbug string concat, changed to StringBuffer
6 lines of code changed in:
added section on SLF4J
21 lines of code changed in:
added change for SLF4J
2 lines of code changed in:
changed getDate() to return a null on empty Strings instead of getting a parse exception
11 lines of code changed in:
(157 more)