📊 Enter SQL INSERT Statements

Size: 0 Characters

📄 YAML Output:

Size: 0 Characters

💡 How to Use the SQL to YAML Converter

1. Paste your SQL INSERT INTO ... VALUES (...) statements into the input field.

2. The converter will extract the data and format it as YAML. The first `INSERT` statement’s column names will be used as YAML keys.

3. If “Auto Convert” is checked, the YAML will appear instantly. Otherwise, click “Convert to YAML”.

4. Click “Copy YAML” to copy the output to your clipboard.

5. “Clear” will empty the text areas.

Note: This converter provides a simplified parsing for `INSERT` statements and may not handle all complex SQL syntax or data types. It assumes single quotes for string values. It uses the `js-yaml` library for robust YAML serialization.