mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-19 01:15:21 +00:00
6 lines
126 B
Bash
6 lines
126 B
Bash
mlr --from data/ragged.csv --fs comma --nidx put '
|
|
@maxnf = max(@maxnf, NF);
|
|
while(NF < @maxnf) {
|
|
$[NF+1] = "";
|
|
}
|
|
'
|