Try this:

  require 'csv'

  T=: readcsv '/home/tom/t.csv'

--
Raul

On Mon, Jan 2, 2012 at 12:22 PM, Tom Szczesny <tav...@gmail.com> 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

Reply via email to