Shrub
Results
12
comments of
Shrub
> ```json > { > "name": "metadata", > "mode": "modify", > "event": "prepare", > "fields": { > "title": "{tag_string[:10]}" > } > } > ``` Basically exactly what I needed,...
Awesome! My only issue with using `"mode": "modify"` was that these keywords were only available once the post-processor was run (i.e. I couldn't see the values with a `DataJob`/using `-K`...