When I try require 'csv' I get not found: /home/tom/jgplsrc/j/addons/tables/csv/csv.ijs
However, I can get to http://www.jsoftware.com/jwiki/Addons I should be able to get what I need from there. Thanks. On Mon, Jan 2, 2012 at 12:38 PM, Raul Miller <[email protected]> wrote: > Try this: > > require 'csv' > > T=: readcsv '/home/tom/t.csv' > > -- > Raul > > On Mon, Jan 2, 2012 at 12:22 PM, Tom Szczesny <[email protected]> wrote: > > Some languages, like q, have a built-in command for reading, parsing, and > > loading data from csv files: > > t: ("SSDIDSSIFFFIS";enlist ",") 0: `:/home/tom/t.csv > > > > Other languages, like a+, do not, and the user needs to write a function > to > > read, parse and load data from csv files. > > > > From a cursory review, it appears that j is in the a+ camp. > > Please confirm that such a facility does not exist in j, before I start > > writing my own. > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
