Just wondering if it's possible - I have a CSV file with two columns, one is XML the other date. How can I parse the first column as XML? I tried XML Parse but that requires XML file to be connected if I'm not mistaken however I only have XMLs as a field which comes out as V_WString.
If it can't be done, do you think it would be good to add XML as an option of TYPE in SELECT tool?
Solved! Go to Solution.
Hi David,
You can bring the csv file into Alteryx as a CSV file and then connect the XML Parse tool. Just tell the tool which field is XML. It doesn't matter what type the column is as you're telling the tool that it's actually XML.
Kane
Don't convert to a flat file. Under the options for CSV there is a field size that defaults to 254. You can make it as big as you want.
@dawid_nawrot the XML Parse tool's icon that @KaneG mentions matches your avatar!
ahhh those little things we sometimes omit.. Thank you that was the problem
Cheers everybody!