Add missing transformation
This commit is contained in:
@@ -96,6 +96,12 @@ scraper:
|
|||||||
value: "./td/a[0]"
|
value: "./td/a[0]"
|
||||||
- type: xpath
|
- type: xpath
|
||||||
value: "./text()"
|
value: "./text()"
|
||||||
|
transform:
|
||||||
|
- name: "regexReplace"
|
||||||
|
parameters: [
|
||||||
|
".+-[A-Za-z]*0?",
|
||||||
|
""
|
||||||
|
]
|
||||||
- steps:
|
- steps:
|
||||||
- type: xpath
|
- type: xpath
|
||||||
value: "./td/span/text()"
|
value: "./td/span/text()"
|
||||||
|
|||||||
Reference in New Issue
Block a user