Skip to content

Commit 5288223

Browse files
authored
feat(flat-file): add flat file category
1 parent 9c65ba1 commit 5288223

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ We are evaluating to make this the default, you can provide feedback here in [#1
4040
- [Distribution](#distribution)
4141
- [Document Processing](#document-processing)
4242
- [Financial](#financial)
43+
- [Flat File](#flat-file)
4344
- [Formal Verification](#formal-verification)
4445
- [Functional Programming](#functional-programming)
4546
- [Game Development](#game-development)
@@ -480,6 +481,14 @@ _Libraries related to the financial domain._
480481
- [Stripe](https://github.com/stripe/stripe-java) - Integration with the Stripe API.
481482
- [ta4j](https://github.com/ta4j/ta4j) - Library for technical analysis.
482483

484+
### Flat File
485+
486+
_Frameworks and libraries for reading and writing fixed-length and delimited flat files._
487+
488+
- [BeanIO](https://github.com/beanio/beanio) - Maps flat files of fixed-length or delimited records to and from Java beans using XML or annotation configuration.
489+
- [fixedformat4j](https://github.com/jeyben/fixedformat4j) - Annotation-driven mapping of fixed-width flat files to and from POJOs and Java records.
490+
- [Flatpack](https://github.com/Appendium/flatpack) - Parses and writes delimited and fixed-length flat files with optional column-mapping definitions.
491+
483492
### Formal Verification
484493

485494
_Formal-methods tools: proof assistants, model checking, symbolic execution, etc._

0 commit comments

Comments
 (0)