This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Hello,
I am using the Output Tool to dump manipulated values into an Excel template pre-populated with column headers. I used the "Append Field Map" for Custom Mapping of input fields > output template fields.
Is there a way to spit out the Source & Destination Custom Mappings? I'd like to export the mappings to Excel for QC purposes.
Screenshot of what I'd like to export (confidential column names are blocked in gray):
This post seems relevant to what you're trying to do. https://community.alteryx.com/t5/Alteryx-Designer-Discussions/XML-read-Input-Data-from-yxmd-file/m-p...
Basically every YXMD is an XML document. you should be able to parse out the mappings from the XML directly.