XML
Extracts data from an XML file.
Options
Columns
Columns that will be extracted. If null
, all tags and attributes within the loop path will be extracted.
Type
Default value
array
null
To select which columns will be extracted, use the path (without the loop path) of the value. Use @
to select attributes:
Loop
The path to loop through.
Type
Default value
string
/
To select which columns will be extracted, use the path (without the loop path) of the value. Use @
to select attributes:
Last updated