-
First of all, great job! I absolutely love it! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Wachynaky, I have just implemented the ability to use XPath and RegEx in XPath usage: |
Beta Was this translation helpful? Give feedback.
Hi @Wachynaky,
I have just implemented the ability to use XPath and RegEx in
--extra-columns
in commit cd6d55a. It will be released in the next version, or if you can, you can run the CLI version from the current main branch according to documentation.XPath usage:
Heading1=xpath://h1/text()
RegEx usage:
ProductPrice=regexp:/Price:\s*?(\d+(?:\.\d{2})?)/i#1