On Sat, 22 Oct 2016 19:26:42 +0200
bob_sql...@web.de wrote:

> Hi,
> 
> I have more than 5000 xml files. All files have the same
> xml-structure. 
> 
> Each file has different values (timestamps, numbers and strings). I
> would like to put all these values in a sqlite database tabke, all in
> one table. => Import the data values into a sqlite database table.
> 
> Can you please tell me a software program, that can do this quickly?

You can convert them to json and use sqlite3 json capabilities.
Duckduckgo search engine takes me to:

http://web-notes.wirehopper.com/2013/12/06/linux-command-line-convert-xml

http://openlife.cc/blogs/2013/november/translating-reliably-between-xml-and-json-xml2json

Which describes some apps to convert from xml to json. Some are in
javascript, python, php, perl and others are online converters.


> Thank you for your answers.
> 
> Best regards 
> 
> Bob
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


---   ---
Eduardo Morras <emorr...@yahoo.es>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to