Text to TOML
Convert text data to TOML format
📖 User Guide Click to view detailed instructions
Close Expand
📖 User Guide
Click to view detailed instructions
Text to TOML Tool
Overview
The Text to TOML tool converts delimited text data into TOML format, a modern configuration file format.
Features
- TOML Array Tables: Generate standard TOML array table format
- Multiple Delimiters: Support comma, tab delimiters
- Custom Table Name: Define TOML table name
- Auto Escaping: Handle values with special characters
How to Use
- Enter text data in the left input box
- Set delimiter type
- Configure table name
- Choose whether to use first line as header
- Click "Convert to TOML" button
- Copy result or download TOML file
Use Cases
- Cargo configuration
- Modern configuration files
- Go language configuration
- Application configuration