I'd like to search and replace multiple values in a column with a single function with GREL (or anything other) in Google Refine.
For example:
1. replace(value, "Buch", "bibo:Book")
2. replace(value, "Zeitschrift", "bibo:Journal")
3. replace(value, "Patent", "bibo:Patent")
4. and many more.
Is there a way to do this with one GREL expression?
bibo:Buch
andbibo:Zeitschrift
which is not what was requested. – Rebate