Extract text using GREL in OpenRefine - Stack Overflow I'm trying to add a column based on a column in OpenRefine using GREL I need to extract every text after the second space in scientific name Here is two examples of the original cell data --- gt;
grel - How to use or statement in a if statement in openrefine - Stack . . . You'll need to complete a few actions and gain 15 reputation points before being able to upvote Upvoting indicates when questions and answers are useful What's reputation and how do I get it? Instead, you can save this post to reference later
openrefine - Open Refine IF statement - Stack Overflow I have a question about Open Refine's IF statement GREL I have two columns, one is "Address" and the other is "House Code" I'd like to create an If-Then statement that would say something like:
Newest grel Questions - Stack Overflow GREL is the transformation expression language for OpenRefine (formerly Google Refine), a data wrangling application Sign up to watch this tag and see more personalized content
grel - OpenRefine text transform unique () ignoring case - Stack Overflow Is there a way to tell uniques () to ignore case? I have a GREL that runs like forEach(value split(","),v,v trim()) uniques() join(",") This takes each value in the cell seperated by commas, and then spits out the unique value s in that cell Works great however if I have a cell that contains Paul, PAUL it will return both rather than just 'Paul' Is it possible to cast all the values