gautamdudeja90 / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
0 stars 1 forks source link

Mixed: FixedLength with Delimiter #133

Open ptjuanramos opened 5 years ago

ptjuanramos commented 5 years ago

Without overriding some methods and rewriting some classes, it is now possible to have a Fixed length and delimiter mix format.

If the wanted marshal output is:

[Field(length = x)] + "DELIMITER", where x is the configured field length. It is not possible to achieve this type of format by using the current implementation.