What SQL does this tool generate?
It generates CREATE TABLE statements from inferred column types and INSERT statements for each XML record. You can copy schema, inserts, or both.
Generate SQL CREATE TABLE and INSERT statements from XML with record-path controls, flattened columns, and audit output — all in your browser.
It generates CREATE TABLE statements from inferred column types and INSERT statements for each XML record. You can copy schema, inserts, or both.
Use the record path selector to pick the repeating element that represents one database row. Nested fields are flattened into column names.
No. The tool only generates SQL text locally in your browser. You copy the output and run it in your own database client.
No. Parsing, flattening, and SQL generation all run locally in your browser.