/Bulk-Ini-Analyzer

Tool for INI data validation and error checking. Allows you to browse header and properties combinations, all the values, and on which files the values appear.

Primary LanguageC#

Bulk Ini Analyzer

Build Status

Bulk Ini Analyzer is a tool that shows you every header/property combination of a collection of items inside a folder, and on which files are present.

Usage:

  1. Have a folder with lots of ini formated data.
  2. Select the folder in Bulk Ini Analyzer.
  3. If the files don't have the "INI" extension, you can change the extension to look after, write in the next textbox the target extension without punctuation.
  4. Press the search button.
  5. Clicking on a header/property item will update the right list and the bottom, and show you in which files the occurrence appears. Also, it will show you all the unique values found.
  6. Double click the occurrence to open the file explorer with the file selected.

Features:

  • Searchbox for header/property items.
  • Browse all found unique values for properties and view on which files the values are.
  • Searchbox for occurrence files.
  • Searchbox for values.
  • Can modify the search pattern to read INI formatted data that doesn't have an .INI extension
  • Open location of occurrence files.
  • Headers with numbers are reduced down and replaced with a single "#" so if your headers looked like [ITEM356] [ITEM357] [ITEM358], don't worry, this will truncate them to [ITEM#] to let you know that its a numbered header.

Todo:

Screenshots

When selecting Header & Properties

It shows on which files the header and property appears. preview

When selecting Values

It shows on which files the value of that property appears. preview