Hi, how do I display the content for several jobs? for example if I am monitoring the price of an item in 2 stores, where do I see: Store 1 price, store 2 price?
I see the HTML content report only shows information about the job, not the actual content extracted
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This can be done in the post-process step. You can issue a command and provide the content as a parameter. Then you can do whatever you want with it in the tool you call. A tool that processes such content can be setup in the tool registry and then selected in the items settings. %content as a placeholder allows to access the content.
However, I like the idea of including this in information in the log, too. But I need to find a way to limit the content shown to a meaningful size (i.e. a price). Monitored content in general can be huge (several megabytes) - therefore, it is not shown in the logs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, how do I display the content for several jobs? for example if I am monitoring the price of an item in 2 stores, where do I see: Store 1 price, store 2 price?
I see the HTML content report only shows information about the job, not the actual content extracted
thanks
This can be done in the post-process step. You can issue a command and provide the content as a parameter. Then you can do whatever you want with it in the tool you call. A tool that processes such content can be setup in the tool registry and then selected in the items settings. %content as a placeholder allows to access the content.
However, I like the idea of including this in information in the log, too. But I need to find a way to limit the content shown to a meaningful size (i.e. a price). Monitored content in general can be huge (several megabytes) - therefore, it is not shown in the logs.