Skip to main content
Reads an incoming stream of XML, such as a downloaded file or an API response, and turns it into items your integration can work with. Use this when the data you receive is XML. You can read the whole document at once, which is simplest for normal-sized files, or read it incrementally, which lets you process very large files element by element without loading everything into memory.

Fields

Sample data

This format reads an incoming stream, so it is selected on a step that fetches a file or a response (for example reading a file from a folder) rather than run on data you already have. The example below shows the XML it reads and the items it produces with the settings listed. Input (the XML in the stream):
Output (one item per matched element, with numeric values converted):