osiegmar / FastCSV

CSV library for Java that is fast, RFC-compliant and dependency-free.
https://fastcsv.org/
MIT License
542 stars 93 forks source link

Limits should be overridable default values #104

Closed stbischof closed 4 months ago

stbischof commented 7 months ago

Hi,

i think that the Limits are good default values, bit would be nice to make them changeable.

https://github.com/osiegmar/FastCSV/blob/f618bc6e59a9d04570bafa1d86b2228eba878c7a/lib/src/main/java/de/siegmar/fastcsv/reader/AbstractCsvCallbackHandler.java#L95

osiegmar commented 7 months ago

Sounds reasonable. I'd be glad if someone could come up with a pull request.

osiegmar commented 4 months ago

@stbischof Does #112 address your request sufficiently (esp. regarding OSGi compatibility)?

stbischof commented 4 months ago

This is very nice. Thank you.