utah-parser icon indicating copy to clipboard operation
utah-parser copied to clipboard

Java library for parsing semi-structured text files

Results 6 utah-parser issues
Sort by recently updated
recently updated
newest added

Migrate from JUnit 4 to JUnit 5.

In order to integrate with Apache FreeMarker I implemented an iterator (see https://github.com/apache/freemarker-generator/blob/master/freemarker-generator-tools/src/main/java/org/apache/freemarker/generator/tools/utahparser/impl/ParserWrapper.java) Does it make sense to expose a Parser#iterator method out-of-the-box?

I'm working with fixed-with column and some of the values are variable-length strings (also having spaces) and they could be left or right-aligned. In theory it is possible to come...

That makes it pretty much unusable for a beginner working his/her way through some custom files - they have no idea what went wrong :)

Maybe it is a good to have one of those features: take as example the following file: ``` ID Name Age =============================== 1 John Doe 45 ---------------------------------------------------- 2 MaryDoe 38...

To address my need to from issue #8 this was the most basic and easy to solve the problem and still keep the spirit of the library. I have add...