FileSorcery
60 file types

Convert DOCX to SQL

The table becomes a CREATE TABLE and a set of INSERT statements. Types are inferred from the cells themselves, and since Word stores everything as text, a column has to look entirely numeric before it comes out NUMERIC.

Drop DOCX file(s) to start

or click to browse

Your files never leave your device · no magic required

What is DOCX?

What Word has saved since 2007: a zip of XML parts, replacing the binary .doc that came before it. It is a page format through and through - paragraphs, styles, revision marks - with no notion of a typed value anywhere in it, so a table in a Word file is text arranged in a grid rather than data.

What is SQL?

Not a file format so much as a language, but a file of INSERT statements is how data has always been moved into a database. Every engine will run one, and it's the least surprising thing to hand to a database that already exists.

What can I convert?