Commit Graph

7 Commits

Author SHA1 Message Date
FourierTransformer
6238c5a0e8
Rename noQuotes to onlyRequiredQuotes and fix encoding bug (#35) 2023-02-20 11:00:39 -06:00
FourierTransformer
5be2f78119
Fix Header-less file bug and add ability to encode without Quotes (#34) 2023-02-02 23:19:00 -06:00
FourierTransformer
86686314e0
New Release 1.2.0 (#26)
## Features
 * Can now parse files line by line in a fixed-size reading mode
 * Now has an option to ignore quotes when parsing

## Improvements
 * Speed increases in vanilla Lua and LuaJIT (benchmarks updated!)
 * Refactored code for easier maintenance

## Bugfixes
 * Better handling of multiple escaped quotes in vanilla lua (thanks @fredrikj83 #25)
2020-04-04 13:47:24 -05:00
FourierTransformer
d2ddda79f7 will now strip out BOM 2017-11-30 22:46:10 -06:00
FourierTransformer
a94461c347 fixed bug where quote existed in non-quoted field 2016-11-12 17:44:41 -06:00
FourierTransformer
e34c08b772 major vanilla lua speedups 2016-03-19 13:27:47 -05:00
FourierTransformer
d24a00c290 added more unit tests and finalized api 2016-03-13 00:33:31 -06:00