Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples in regularizing ragged csv section need small change #897

Closed
jganong opened this issue Jan 26, 2022 · 1 comment
Closed

examples in regularizing ragged csv section need small change #897

jganong opened this issue Jan 26, 2022 · 1 comment
Labels

Comments

@jganong
Copy link

jganong commented Jan 26, 2022

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

@johnkerl
Copy link
Owner

johnkerl commented Feb 1, 2022

Thank you @jganong !!

In case the documentation was fine; you surfaced a bug which is fixed on #912

@johnkerl johnkerl closed this as completed Feb 1, 2022
@johnkerl johnkerl removed the active label Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants