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()"