mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 03:41:41 +00:00
The new extraction sub-hash key `value` holds an XPath expression which should be applied to each node to get the result value. The previous directives `"text": true` and `"attr": "src"` are now written as `"value": "text()"` and `"value": "@src"`, respectively. With this enhancement, it is now possible for this agent to perform some basic text processing on its own by making use of XPath functions like `normalize-space`, `substring-after` and `translate`. |
||
---|---|---|
.. | ||
migrate | ||
schema.rb | ||
seeds.rb |