Re: [Jprogramming] minor note: csv data

2015-07-16 Thread Jose Mario Quintana
619 │743 │971 │ > >4 5 6{A > > ├┼┼┼┤ > │163 │193 │293 │359 │ > ├┼┼┼┤ > > > > Linda > > > > > > -Original Message- > From: programming-boun...@forums.jsoftware.com [mailto: > programming-boun...@forums

Re: [Jprogramming] minor note: csv data

2015-07-16 Thread Linda Alvord
From: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Linda Alvord Sent: Thursday, July 16, 2015 2:35 AM To: programm...@jsoftware.com Subject: Re: [Jprogramming] minor note: csv data ( <mailto:#~2|i.@#> #~2|i.@#) A=:": (;:'a b c

Re: [Jprogramming] minor note: csv data

2015-07-15 Thread Linda Alvord
g ] #~ 2 | [: i. # Linda -Original Message- From: programming-boun...@forums.jsoftware.com [mailto:programming-boun...@forums.jsoftware.com] On Behalf Of Marshall Lochbaum Sent: Wednesday, July 15, 2015 8:35 PM To: programm...@jsoftware.com Subject: Re: [Jprogramming] minor note: cs

Re: [Jprogramming] minor note: csv data

2015-07-15 Thread Marshall Lochbaum
That's pretty clever. I like using (#~2|i.@#) ": (;:'a b c d'),]&.>p:p:p:i.4 4 │a │b │c │d │ │13 │19 │43 │71 │ │163 │193 │293 │359 │ │463 │619 │743 │971 │ │1091│1181│1423│1601│ although now that it's come up, I realize (_2{:\}: ": ...) is a little shorter. Either way, it lets you d

Re: [Jprogramming] minor note: csv data

2015-07-15 Thread 'Bo Jacoby' via Programming
t: Wednesday, July 15, 2015 3:33 PM > Subject: [Jprogramming] minor note: csv data > > I've been using ~.": a lot lately, when working with csv data (with a > header row). > > Here's what that looks like: > >    ~.": (;:'a b c d'),]&.>p:p:p:

Re: [Jprogramming] minor note: csv data

2015-07-15 Thread Raul Miller
but keeps the data numeric > > (;:'a b c d'),: ,. each <"1&.|: p:p:p:i.4 4 > > > - Original Message - > From: Raul Miller > To: Programming forum > Cc: > Sent: Wednesday, July 15, 2015 3:33 PM > Subject: [Jprogramming] minor note: csv

Re: [Jprogramming] minor note: csv data

2015-07-15 Thread 'Pascal Jasmin' via Programming
an alternative that takes the same space but keeps the data numeric (;:'a b c d'),: ,. each <"1&.|: p:p:p:i.4 4 - Original Message - From: Raul Miller To: Programming forum Cc: Sent: Wednesday, July 15, 2015 3:33 PM Subject: [Jprogramming] minor note: csv

[Jprogramming] minor note: csv data

2015-07-15 Thread Raul Miller
I've been using ~.": a lot lately, when working with csv data (with a header row). Here's what that looks like: ~.": (;:'a b c d'),]&.>p:p:p:i.4 4 ┌┬┬┬┐ │a │b │c │d │ ├┼┼┼┤ │13 │19 │43 │71 │ │163 │193 │293 │359 │ │463 │619 │743 │971 │ │1091│1181│1423