Join keys --ignore-leading_zeros comparison suggestion #2397
Replies: 3 comments
-
Great idea! |
Beta Was this translation helpful? Give feedback.
-
Hi @jqnatividad Thank you, sounds great! P.S. Another thing (not related). Yesterday, I added a comment here: #2369 |
Beta Was this translation helpful? Give feedback.
-
Hi @jqnatividad, I have added a comment to #2398 - it would be great if you could have a look if it is possible to add |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to the
--ignore-case
keys string comparison option, I would quite often need an--ignore-leading_zeros
option for comparing keys with numbers for a join.With the help of this
--ignore-leading_zeros
option, e.g.01 and 1
(or000 and 0
or0072 and 72
) could be matched as the same key for the join.@jqnatividad Do you think this can be added to join and joinp? (joinp would be more important for me)
Maybe this topic is a bit related to #2358
Beta Was this translation helpful? Give feedback.
All reactions