6.2.10 ソート+集約+CSVファイル

サンプルファイル名 : exsort_sample18_csvsum.txt

-function sort
-cmdopt INPCONSEPA:OUTCONSEPA:SUMNULKEY:SUMNONULL
-csvkey c+1-10 z+2-5,2
-csvsum z+3-8,3
-inpfile
fileorg=C
file=INFILE
recsepa=LFCRLF
cellsepa=TAB '△' ','
-outfile
fileorg=C
file=OUTFILE
recsepa=LF
cellsepa=TAB
-sorttmpdir sorttemp
-worksize 10

(1)
(2)
(3)
(4)

(5)
(6)
(7)
(8)

(9)
(10)
(11)
(12)
(13)
(14)