marius Posted June 5, 2014 Posted June 5, 2014 Hi, I have a huge .csv file with two values per row value x, value y Is there a simple way I can create a workflow that lets me input value x and output value y to the clipboard?
vitor Posted June 5, 2014 Posted June 5, 2014 Easy enough, yes. Since you haven’t given many details, I’ve had to set some defaults that may not fit your use-case ideally.Get it here (temporarily available). Open the workflow’s directory and place your CSV inside, with a name of list.csv. To call it, simply type gv (that’s “gv” and a space) followed by your query. Press ↩, and you should get your y value on the clipboard. It’s case insensitive, and you don’t have to type the whole x value, but you have to start at its beginning (e.g., if the value is “Alfred”, typing “alf” will work, but “fred” will not). marius 1
marius Posted June 10, 2014 Author Posted June 10, 2014 Vitor: Thank you very much! This worked like a charm. I made the necessary changes to the query for the filepath. For anyone else looking to use this, I had to make sure the CSV used , and not ; as both my Excel and Numbers apps exported with semicolons and not commas.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now