Logo

INI to CSV

Upload a dataset to begin

Supported formats: .csv,.xlsx,.xls,.xlsm,.xlsb,.tsv

Not signed in: Up to 20kB per day, no sign-up needed.
Sign in for free for unlimited files, no payment required.

About INI to CSV

Flatten an INI config file into CSV rows, one per section, entirely in your browser — no upload, no file size limit.

Legacy Windows applications, game servers, and simple CLI tools still ship config in INI format, which is awkward to review or bulk-edit outside a text editor.

This tool parses an INI file's sections and key=value lines and turns each section into a CSV row, with every key becoming its own column and the section name preserved in its own column.

It also converts CSV back into a multi-section INI file when you need to go the other way, for example to regenerate a config after bulk-editing it in a spreadsheet.

Category: Conversion & Export

Common Use Cases

  • Reviewing a multi-section game server or app config in a spreadsheet
  • Bulk-editing dozens of INI profiles at once as CSV rows
  • Turning a cleaned CSV back into INI for a legacy application

Key Features

  • Parses standard [section] / key=value INI syntax
  • Preserves the section name as its own CSV column
  • Handles large files in chunks so the tab stays responsive

The INI to CSV tool is compatible with: Legacy Windows App Configs, Game Server Configs, Simple CLI Tool Configs.

Run Schema Detect afterward to confirm column types once the data is flattened into CSV.

Frequently Asked Questions

What happens to keys outside any section?

Keys that appear before the first [section] header are grouped into an implicit default row.

Does it support inline comments?

Standard ; and # comment lines are skipped when parsing and are not carried into the CSV output.

Is the file uploaded anywhere to parse it?

No, parsing happens entirely in your browser — the file never leaves your device.

Built for sysadmins and modders who need to bulk-edit INI configs as a spreadsheet.

Read the related guide