Add missing transformation
This commit is contained in:
@@ -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()"
|
||||
|
||||
Reference in New Issue
Block a user