Chris Smith
|
e5b52d0eb1
|
Added rowTable option to ftcsv.parse()
rowTable makes ftcsv.parse() store rows in an existing table, which
allows merging of multiple CSV files.
|
2017-11-02 13:52:08 +00:00 |
|
Shakil Thakur
|
3555837142
|
fixed bug where quote existed in non-quoted field
|
2016-11-12 17:44:41 -06:00 |
|
Shakil Thakur
|
022522ce6d
|
better error handling with unit tests!
|
2016-11-06 11:36:24 -06:00 |
|
Shakil Thakur
|
75d533a6fb
|
updated version and added some more unit tests
|
2016-10-20 22:56:26 -05:00 |
|
Robert M. Münch
|
d45bc4c181
|
Delmiter was not taken into account for Headers
Headers were always separated with "," char even when other delimiter was given.
|
2016-10-20 20:20:12 +02:00 |
|
Shakil Thakur
|
a15d50ec8b
|
code refactor, can now modify headers via function, and slight performance increase
|
2016-04-02 15:42:32 -05:00 |
|
Shakil Thakur
|
8565c1e6a4
|
localizing some commonly used funcs
|
2016-04-02 08:42:11 -05:00 |
|
Shakil Thakur
|
8aab2a2778
|
release 1.0.3
|
2016-03-29 20:20:37 -05:00 |
|
cch
|
93b9cc6a65
|
Convert value to string before escape it
Originall ftcsv will be failed when encoding a number field content
|
2016-03-29 14:20:23 +08:00 |
|
Shakil Thakur
|
174d0efe64
|
code cleanup and release version
|
2016-03-19 14:04:17 -05:00 |
|
Shakil Thakur
|
af3abfa33e
|
major vanilla lua speedups
|
2016-03-19 13:27:47 -05:00 |
|
Shakil Thakur
|
4ed9cba36b
|
major non-jit lua speedup
|
2016-03-19 01:17:32 -05:00 |
|
Shakil Thakur
|
8c712eb1cb
|
added support for lua 5.1 and 5.3 and have setup .travis.yml
|
2016-03-14 20:12:45 -05:00 |
|
Shakil Thakur
|
14e1e14a9a
|
First Release :shipit:
|
2016-03-13 21:47:57 -05:00 |
|
Shakil Thakur
|
5fc03b0c5c
|
added more unit tests and finalized api
|
2016-03-13 00:33:31 -06:00 |
|
Shakil Thakur
|
67948d8f3a
|
adding ftcsv and test scripts
|
2016-03-09 06:37:25 -06:00 |
|