GREL Functions - tfmorris/OpenRefine GitHub Wiki

List of functions supported by the OpenRefine Expression Language (GREL)

Function invocation in OpenRefine expression language has 2 forms:

  • functionName(arg0, arg1, ...)
  • arg0.functionName(arg1, ...)

The second is a shortcut to make expressions easier to read. It's only syntactic sugar.

Functions by Type

⚠️ **GitHub.com Fallback** ⚠️