Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 449 Bytes

File metadata and controls

16 lines (9 loc) · 449 Bytes

xml_to_sqlinsert (xtsi)

GitHub top language

The goal is to convert an xml file into a sql request of the form INSERT INTO.

The sql file can then be used to enter the data it contains into a database.

quickstart

The command below converts an xml file to a sql file. Be careful if the sql file already exists it will be rewritten.

./xtsi file.xml file.sql