robbielj
robbielj
hi, @cantino for example, the captured JSON response is like ``` { "stuff": { "key1": val1, "key2": val2, "key3": val3, "key4": val4, "key5": val5, } } ``` I want to...
I tried JSONPath but cannot get a clue on how to do an "OR" between an possibly non-existent path and a string like "". Any suggestion? I have switched `ALLOW_JSONPATH_EVAL`...
Indeed, I just want a few keys of the response.
Thanks @dsander. `EventFormattingAgent` is a good idea! Just checked and it works. This issue can be closed now.
Hi i re-open this issue as i feel adding an extra event formatting agent for each scraping instance is quite inefficient. I suppose data fields could be optional thus should...
I am not sure whether i follow your idea. The below is my thought. The matches are stored into an array (list) for each data field. for example: normal case....
Flexget supports execution of commands on entries [out of the box](http://flexget.com/wiki/Plugins/exec). it is easy to parse entry uri to a preset command.
This feature is in plan and at the top of the list, though I cannot give you ETA at this moment.
Added into the to-do list.