diff --git a/configuration.json b/configuration.json index 65f6ca4..2c3bd8d 100644 --- a/configuration.json +++ b/configuration.json @@ -87,7 +87,12 @@ "on_property": "title" } ], - "transformers": [], + "transformers": [ + { + "pattern": "(.+): (.+)", + "target": "$2" + } + ], "duplicate_filter": { "pattern": ".+", "on_property": "title",