How to convert xml to sqlite

Hi guys, I have an xml file that has a lot of information that I would like to see in sqlite tables.

I am wondering if there is any tool, an application for converting xml to sqlite.

By the way, I'm on OS X, and I need information for the iPhone application, so I can take scripts or some kind of source code to do trasmformation.

Regards. Carlos Vargas

+3
source share
2 answers

The firefox plugin for SQLite Manager has an XML importer: http://code.google.com/p/sqlite-manager/

Import / export of XML is described here:

http://code.google.com/p/sqlite-manager/wiki/FAQ#XML_import_and_export

+4

XSLT XML insert.

+3

Source: https://habr.com/ru/post/1734132/


All Articles