Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ddest authored Dec 28, 2020
1 parent ff1bca1 commit aca7cec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Fixed Length handler for Java

![Gradle Build](https://github.com/g0ddest/fixedlength/workflows/Gradle%20Build/badge.svg?branch=master)

This is fast simple zero-dependency library for Java 8+ that aims to parse fixed length files.

Library was inspired by [Fixed Length File Handler](https://github.com/GuiaBolso/fixed-length-file-handler) and [fixedformat4j](https://github.com/jeyben/fixedformat4j).
Expand Down Expand Up @@ -118,4 +120,4 @@ There are all fields in `FixedField` annotation:
* `align` — on which side the content is justified. It works with padding.
* `padding` — based on align trimming filler symbols. For example `" 1"` becomes `"1"`.
* `format` — parameters that goes to formatter. For example, it can be date format.
* `divide` — for number fields you can automatically divide the value on 10^n where n is value of this parameter.
* `divide` — for number fields you can automatically divide the value on 10^n where n is value of this parameter.

0 comments on commit aca7cec

Please sign in to comment.