SOLVED
two or more PDF Comparison in alteryx.
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
rohit782192
11 - Bolide
‎03-08-2020
06:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Team,
Is there a Way we can compare two pdf report in Alteryx without any help of a Macro.
Solved! Go to Solution.
Labels:
- Labels:
- Batch Macro
- Behavior Analysis
- Best Practices
- Bug
- Calgary
- CASS
- Chained App
- Common Use Cases
- Database Connection
- Datasets
- Date Time
- Demographic Analysis
- Developer
- Download
- Dynamic Processing
- Events
- Help
- In Database
- Input
- Installation
- Interface Tools
- Iterative Macro
- Prescriptive Analytics
- Publish
- Python
- Qlik
- R Tool
- Regex
- Reporting
- Run Command
- Salesforce
- Scheduler
- Server
- Settings
- Sharepoint
- Tableau
- Tips and Tricks
- Transformation
- Udacity
- Workflow
1 REPLY 1
echuong1
Alteryx Alumni (Retired)
‎03-08-2020
05:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
