Select rows from clipboard #835
geekscrapy
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I think in this case you'd use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Scenario: You have a basic list of values on the system clipboard that you need to select matching rows for in a column. I use this when I have a list of IPs I need to search for.
To use:
Paste into .visidatarc
Copy a list to a your system clipboard
Use
select-rows-frm-clipboard
when the cursor is over a column with the according data.Catch: Values in the clipboard must be regex friendly or regex escaped
If someone can point me in the direction to do the equivalent of search exact match instead of
vd.searchRegex
, then I could add this in!Beta Was this translation helpful? Give feedback.
All reactions