Hello Team,
Is there a Way we can compare two pdf report in Alteryx without any help of a Macro.
Solved! Go to Solution.
If the PDFs are exactly the same (ex: no changes in spaces or format), you can load both into Alteryx using the PDF input tools. All data will be imported into one column. From there, you can join the two populations together using join by record position and then use a filter tool to filter for any value where data column 1 does not equal data column 2.
If you are able to use the crew macros, there is a equal test tool.