Is there a way to create an Flat file XML layout with Alteryx? Looking to create a flat file something like this:
<flatfile version="1">
<file
path="Filename.txt"
eoltype="crlf"
/>
<fields>
<field name="Field1" type="V_String" length="20"/>
<field name="Field2" type="V_String" length="1"/>
<field name="Field3" type="Double" length="19"/>
<field name="Field4" type="V_String" length="25"/>
</fields>
</flatfile>
Looking to create a Layout to send to the Client along with my final flat file everytime. Not sure if Altyerx has a nifty tool that can do this.
Thanks! Javier