/WizTreeCompare

Compare two WizTree CSV snapshots into a differential CSV that can be loaded back into WizTree

Primary LanguageC#Creative Commons Zero v1.0 UniversalCC0-1.0

WizTreeCompare

Compare two WizTree CSV snapshots into a differential CSV that can be loaded back into WizTree

Requirements

.NET Desktop Runtime >=6.0.0

Usage

GUI

Step 1. Run WizTreeCompare.exe (with no arguments)

Step 2. Select a 'Past CSV' and 'Future CSV', where the Past CSV must be older than the Future CSV

WizTreeCompare with the Past CSV and Future CSV files selected

Step 3. Click the Compare... button, name your output CSV, then wait. You will know when the process is complete when this message box appears:

Success dialog

Step 4. Load the CSV output into WizTree, enjoy

WizTree with the differential log loaded

CLI

Usage:

WizTreeCompare <past csv> <future csv> <output csv>

Example:

WizTreeCompare "C:\past.csv" "C:\future.csv" "C:\output.csv"