I have had a number of requests for Alteryx to provide XML as an output format. It would be great to have configuration settings to allow for just text based output:
<Row ID="18606" Order_Priority="Not Specified" Discount="0.01" Unit_Price="2.88" Shipping_Cost="0.5"/>
As well as well formatted output, like this:
<Property>
<name>measured_depth</name>
<dataType>FLOAT32</dataType>
<numberOfDimensions>1</numberOfDimensions>
<units>m</units>
<data>1456.3453</data>
</Property>