Thousands separator for North European numbers
A fast, programmer-friendly, free CSV library for Java
Brought to you by:
jamesbassett,
kbg
here is a patch that could do the trick. notes:
Awesome thanks Jan :) This change has been committed.
I made a few really minor changes, including refactoring
ParseBigDecimal
to use theDecimalFormatSymbols
as a field (instead of each separate symbol) - just in case there's any other need to 'fix' the data in the future based on other symbols.I've added your name to the list of contributors, and I'll try and get a release out soon (I can't believe it's been a year...oh the shame!).
Cheers,
James
Fixed in [r297]
Related
Commit: [r297]
Thanks for fixing that, now I can upgrade to a future version without the need to carry on hacking the input.
Yay, what a day \o/
I considered saving the symbols object as a property, but thought that may slow down the parsing.
Thanks James!
Woo it's released! Good job everyone :P