My initial reaction is that the tables/csv add on should read those OK, the
issue will be converting the number strings in the cells to numbers.
If there are no meaningful commas other than the field delimiters, couldn't
 you use -.&','each after readcsv to remove them?
Alternatively:
   TAB fixdsv -.&',' TAB makedsv readcsv 'file.csv'




On Thu, 18 Feb 2021, 23:55 R.E. Boss, <r.e.b...@outlook.com> wrote:

> Actually, my question is: I have a comma separated file which contains
> numbers with a comma as thousands separator, enclosed between double quotes
> (").
> How can I read these, without doing a lot of tailor made pre-processing?
>
>
> R.E. Boss
>
>
> -----Original Message-----
> From: Programming <programming-boun...@forums.jsoftware.com> On Behalf Of
> bill lam
> Sent: donderdag 18 februari 2021 11:31
> To: Programming forum <programm...@jsoftware.com>
> Subject: Re: [Jprogramming] csvedit
>
> I think this addon depends on another grid addon which had been decommited
> many years ago.
>
> On Thu, Feb 18, 2021, 6:22 PM R.E. Boss <r.e.b...@outlook.com> wrote:
>
> >
> > Where has https://code.jsoftware.com/wiki/Addons/tables/csvedit  gone?
> > I could only find it in \j64-602\addons\tables\csvedit
> >
> >
> > R.E. Boss
> > ----------------------------------------------------------------------
> > 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
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to