...
An HTTP Exporter exports data held in a Stream to a HTTP Datasource.
For an overview of how HTTP Exporters can be used when creating models, see Exporting Data to HTTP.
Form: HTTP Exporter Details
...
Field | Description |
---|---|
Check if the response indicates successful export | Expression to evaluate the response from the HTTP datasource, where a connection was made. countElements($errors = xmlToItems(_response,"//ERROR")) == 0 |
Result to record on the Stream | Expression to evaluate the value to put on the stream. if(_success, _response, listToString($errors._MSGTEXT)) |
Result to record on the Stream after a connection failure | Value to put on the Stream in the event that the HTTP connection attempt failed. _error |
...