We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have these two files (input01.txt and input02.txt)
IE|1|MAYOBAN IE|1|CORKKIN IE|1|CORKCOR
MAYOBAN|BANGOR|2400 MAYOBEL|BELLAVARY|2400 CORKKIN|KINSALE|2200 CORKCOR|CORK|2200 DUBLD11|DUBLIN 11|2100
If I run
mlr --csv --implicit-csv-header --ifs "|" join --np --ur --ul -j 3 -l 3 -r 1 --lp l --rp r -f input01.txt input02.txt
I have the below output without any prefix.
1,2,3 MAYOBEL,BELLAVARY,2400 DUBLD11,DUBLIN 11,2100
The text was updated successfully, but these errors were encountered:
Wow @aborruso very sorry I did not see this sooner!! :(
Sorry, something went wrong.
@aborruso unpaireds don't get the prefixing, intentionally. (Unpaired records are emitted as-found.)
Maybe they should?
Isn't it convenient to have an optional way to have printed what is the source of the columns? I think yes
No branches or pull requests
Hi,
I have these two files (input01.txt and input02.txt)
If I run
I have the below output without any prefix.
The text was updated successfully, but these errors were encountered: