You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the documention section about Regularizing Ragged CSV
the code examples have "--fs comma" before "--nidx",
but this does not work, apparently --nidx resets the FS and all the lines have NF == 1.
instead if you put "--nidx" followed by "--fs comma" it appears to work fine.
in the documention section about Regularizing Ragged CSV
the code examples have "--fs comma" before "--nidx",
but this does not work, apparently --nidx resets the FS and all the lines have NF == 1.
instead if you put "--nidx" followed by "--fs comma" it appears to work fine.
i am using mlr 6.0.0 on arch linux
(base) [jeg@lanternfish tom]$ echo 'eprint IFS' | mlr repl --fs x --nidx
(base) [jeg@lanternfish tom]$ echo 'eprint IFS' | mlr repl --nidx --fs x
x
thanks
The text was updated successfully, but these errors were encountered: