ftcsv icon indicating copy to clipboard operation
ftcsv copied to clipboard

a fast csv library written in pure Lua

Results 8 ftcsv issues
Sort by recently updated
recently updated
newest added

## Features * Adds Lua linter to Github Actions for all pull requests and any pushes to master branch ## Fixes * Remove dead trailing whitespace * Remove unused variables...

## Features * GitHub Actions will now run on any (re)open pull request We want to be able to test out any new code being merged into the main repo....

I ran into this in the REPL while looking at #37 Gonna see if it affects actual scripts ```lua > ftcsv = require "ftcsv" > options = {loadFromString=true, ignoreQuotes=true} >...

## Features * The delimiter is now an optional argument that defaults to the comma character `,` (since ya know, this is a CSV library) * The delimiter has been...

the head of my tsv file is one columns , but the data is ten columns, can I specify the size of tsv columns ? and If ftcsv can skip...

Move the delimiter into the optional parameters. Related to #12

v2

I am trying to table a lua table and encode it as a csv then write it to a csv file. my table is a simple table with only one...

Hi Thanks for the library, I use it extensively and have done for many years now :-D Would it be possible to get a configure option for how ftcsv should...