Compare two log files
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Any Alteryx tools for comparing two log files and idenfying the changes? There may be some addition, removal an revision between the before and after log files therefore the lines are off. Thank you in advance for your comments - Winnie
Solved! Go to Solution.
- Labels:
- Common Use Cases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Wangwn,
I use a Join tool for this. You need to prepare your log files in to the correct fields first though. In the attached example I have brought in 2 Alteryx Log files, and parsed to get the ToolId and Message, then used a Join tool to compare and find the differences.
Hopefully that gets you further down the path. Naturally, you will need to customise and expand the module to deal with the things that will always be different like temp directories and times.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Kane, thank you for sharing your knowledge! The log file that I am dealing with doesn't have the sort of ToolID identifier, so I have to join the message/content only, is that correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, normally in a log file you would have a couple of independent identifiers along the row... but if not, then you can just join on everything except the time...
Kane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you Kane!
