We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Reading .xml file using interface tool

Probal
6 - Meteoroid

Hi All,

 

The input to my workflow is an .xml file which I have read in as a delimited file and was able to parse it successfully. 

 

However, while trying to build an app, which takes the .xml file as an input from users (using interface tool), the underlying configuration is being over-ridden when Alteryx is encountering the .xml file. 

 

Can you please help me in resolving this issue?

 

7 REPLIES 7
messi007
15 - Aurora
15 - Aurora

@Probal,

 

Please see below:

 

messi007_0-1613392039192.png

Attached the workflow,

 

Hope this helps!

Regards

mbarone
16 - Nebula
16 - Nebula

Can you show a screen shot of your configurations of the input tool, interface tool, and action tool?

Probal
6 - Meteoroid

I have read the .xml file in .csv format. I have attached a screenshot of the input tool configuration. The interface and input tool is set to default configuration

Probal
6 - Meteoroid

@messi007 

 

This solution won't hold true for me as I am reading the .xml file as .csv in order to extract the desired data. Reading it as .xml won't fetch me the required data from the files. 

mbarone
16 - Nebula
16 - Nebula

Need to see the configuration of both the question tool you're using and the action tool.  I suspect you have the default listed for the action tool which will overwrite the input file to whatever it is, and if it's XML it will recognize it as such.  You'll probably have to use the formula tool to update it so it leaves the config as-is.  But I'm not sure.

messi007
15 - Aurora
15 - Aurora

@Probal,

 

Please see below:

1- Use Update Value in the action tool

messi007_2-1613397803546.png

 

 

2- Below the result

 

messi007_1-1613397734297.png

 

Attached the workflow,

 

Hope this helps!

Regards

 

Probal
6 - Meteoroid

Thanks a lot @messi007 

Labels
Top Solution Authors