FileSorcery
60 file types

Convert ODT to SQL

A CREATE TABLE and the INSERT statements to fill it, columns typed NUMERIC or TEXT according to what the document's table actually holds. The table itself is called "t", which is one line to rename at the top of the file if it matters.

Drop ODT file(s) to start

or click to browse

Your files never leave your device · no magic required

What is ODT?

What LibreOffice, OpenOffice and Google Docs save a document as, and the ISO-standard counterpart to .docx. Inside it is a zip of XML, which is the reason a table drawn in one can be read back out at all. It is a page format first - paragraphs, page breaks, headers, footnotes - so the only part of it that is data is a table someone drew on the page.

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?