On 2/13/08, Lettow, Kenneth <[EMAIL PROTECTED]> wrote: > I want to be able to assign the field names to the proper columns in > the rest of the data (i.e.) > load 'csv' > data=: readcsv "file.csv"
({.data)=:|:}.data
Or, if you do not want your data unboxed
({.data)=:<"1|:}.data
--
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
