lua---csv icon indicating copy to clipboard operation
lua---csv copied to clipboard

A package to read and write CSV. Provides high-level database-like handlers.

Results 8 lua---csv issues
Sort by recently updated
recently updated
newest added

this is my lua ``` pi@raspberrypi:~/lua---csv $ lua Lua 5.1 -- Copyright (C) 1994-2012 Lua.org, PUC-Rio. _____ _ |_ _| | | | | ___ _ __ ___| |__ |...

From php cli it loads the csv fine, but when you get to the webpage it doesn't work. I try even getting a c++ program to execute the lua file...

It would be great if it was possible to load CSV from a MemoryFile https://github.com/torch/torch7/blob/master/doc/memoryfile.md Right now it only accepts a path which makes it hard to use in a...

http://fastml.com/loading-data-in-torch-is-a-mess/

In File.lua the function "tocsv" takes a row of data (in a table) and converts it to a string: ``` local function tocsv(t, separator, nan_as_missing) local s = "" for...

Strange behavior occurs sometimes both in OS X and also Ubuntu 14.04: We use a file "categories.txt": ``` classes,targets dog,0 ``` I parse it like this: ``` query = csvigo.load{path='categories.txt',...

This looks useful, and luarocks.org has no CSV module that I can find.