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
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
8bd8fbe065 returned headers should now be correct, BOM fix for headerless files and added dynamic_features_spec (#19) 2018-05-29 19:31:28 -05:00
Shakil Thakur
14b0dded42 better quote handling (#17)
* fixed quote escape bug

* made findClosingQuote more consistent and added unit tests

* fixed bug with findClosingQuote

* minor speedup of findClosingQuote for vanilla lua
2018-05-27 11:26:48 -05:00
Shakil Thakur
ca292adee0 fixed bug with no header and no newline at end (#15) 2018-05-26 20:44:53 -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
d2ddda79f7 will now strip out BOM 2017-11-30 22:46:10 -06: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
FourierTransformer
a94461c347 fixed bug where quote existed in non-quoted field 2016-11-12 17:44:41 -06:00
FourierTransformer
20f4dd306e better error handling with unit tests! 2016-11-06 11:36:24 -06:00
FourierTransformer
e218fb0a75 updated version and added some more unit tests 2016-10-20 22:56:26 -05:00
FourierTransformer
ee24dcd9a6 code refactor, can now modify headers via function, and slight performance increase 2016-04-02 15:42:32 -05:00
FourierTransformer
e34c08b772 major vanilla lua speedups 2016-03-19 13:27:47 -05:00
FourierTransformer
ddb654ebe1 First Release :shipit: 2016-03-13 21:47:57 -05:00
FourierTransformer
d24a00c290 added more unit tests and finalized api 2016-03-13 00:33:31 -06:00
FourierTransformer
572997ae12 adding ftcsv and test scripts 2016-03-09 06:37:25 -06:00