This web application allows you to convert tabular data into SQL commands. The converter has its limitations, such as column contents with an apostrophe (') needing adjustment by adding another apostrophe ('').
-
Open
index.htmlin a web browser. -
Enter the desired table name, column names, and data in the respective input fields and textarea.
-
Click the "Parse and Display" button to visualize the data in an editable table.
-
Edit the table cells as needed.
-
Click the "Convert to SQL" button to generate SQL commands.
-
Copy the generated SQL commands from the textarea.
-
Table Name: Enter the desired name for your SQL table.
-
Column Names: Provide names for each column in the input fields.
-
Data Input: Paste your tabular data in the textarea. Rows are separated by newlines, and columns are separated by tabs.
- Make sure to handle column contents with apostrophes manually by adding another apostrophe.
Consider the following example: