Commit Graph

18 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
49bf0e7e28
Fixed bufferSize default bug with options present and new release (#29) 2023-01-03 20:21:09 -06:00
FourierTransformer
697856f0c2
Update to work with Lua 5.4 (#27)
* updates for lua 5.4
2020-10-28 21:46:04 -05: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
Shakil Thakur
705d3a589a Performance improvements and new release (#20)
* massive speedup by removing pcall

* updated readme with benchmarks and getting ready for another release
2018-05-30 22:32:28 -05:00
Shakil Thakur
54d0817376 Merge pull request #11 from FourierTransformer/os9-line-endings-fix
Mac OS9 line endings fix and BOM removal
2017-12-01 22:56:10 -06:00
FourierTransformer
111199c94a minor clarifications 2017-12-01 08:50:16 -06:00
FourierTransformer
d2ddda79f7 will now strip out BOM 2017-11-30 22:46:10 -06:00
FourierTransformer
6c820e03a1 version bump 2017-11-30 22:02:49 -06:00
Shakil Thakur
29675f4d61 Merge pull request #7 from Oozlum/return_headers
ftcsv.parse also returns table of column headers
2017-11-05 22:50:15 -06:00
Shakil Thakur
1a40dd1126 Update README.md
added a newline to fix the contributing guide
2017-11-02 20:48:02 -05:00
Chris Smith
62b1c1bd8f ftcsv.parse also returns table of column headers
output, headers = ftcsv.parse(...) -- headers = { 'Column 1', 'Column 2', ... }
2017-11-02 10:28:14 +00:00
Shakil Thakur
7d5ac974b0 updated to fix bad md formatting 2017-10-07 10:50:41 -05:00
FourierTransformer
20f4dd306e better error handling with unit tests! 2016-11-06 11:36:24 -06:00
FourierTransformer
ee24dcd9a6 code refactor, can now modify headers via function, and slight performance increase 2016-04-02 15:42:32 -05:00
FourierTransformer
48fbb20d46 updated readme 2016-03-14 20:28:35 -05:00
FourierTransformer
ddb654ebe1 First Release :shipit: 2016-03-13 21:47:57 -05:00