Ok, so I have been tasked with solving this problem that appears to have two distinct stages to it. The ask is essentially to compare 2 sets of xml files looking for differences and report the output. It is to compare 2 environments for QA checking.
However, he first issue is that the vast majority of the files, although they ARE xml files, are not labelled as such, i.e. they are extracted without file extensions....is there any way to add these via Alteryx?
Then secondly, to go through file by file and compare the xml structures and report any differences that are found.
I am assuming some form of iterative macro using the directory tool for the second part but im at a bit of a loss for the first piece.
Can anyone help on either front?