From 7671c058931bef5c7b6643171fdcbbc392414eba Mon Sep 17 00:00:00 2001 From: Katarina Date: Sat, 19 Jul 2025 16:42:12 +0200 Subject: [PATCH] Add missing transformation --- src/main/resources/application.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index af23bfe..35d1392 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -96,6 +96,12 @@ scraper: value: "./td/a[0]" - type: xpath value: "./text()" + transform: + - name: "regexReplace" + parameters: [ + ".+-[A-Za-z]*0?", + "" + ] - steps: - type: xpath value: "./td/span/text()"