You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
524 B
15 lines
524 B
[ |
|
{ |
|
"op": "core/text-transform", |
|
"engineConfig": { |
|
"facets": [], |
|
"mode": "row-based" |
|
}, |
|
"columnName": "cc", |
|
"expression": "grel:value.replace('https://creativecommons.org/licenses/','CC ').replace('/',' ').trim().toUppercase()", |
|
"onError": "keep-original", |
|
"repeat": false, |
|
"repeatCount": 10, |
|
"description": "Text transform on cells in column cc using expression grel:value.replace('https://creativecommons.org/licenses/','CC ').replace('/',' ').trim().toUppercase()" |
|
} |
|
]
|
|
|