D
D
driver4582016-12-07 00:30:27
JavaScript
driver458, 2016-12-07 00:30:27

How to transfer xml to database?

There are xml files, each ~100.000 lines.
I'm using Node.js
I need to either convert xml to JSON or to MongoDB base
What are my options?
And what is the best thing to work with? json/mongo

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
BestJS, 2016-12-07
@BestJS

Json или Монго?
В MongoDb данные хранятся в том же json. Поэтому всегда можно сделать выборку и сохранить в фаил json
Если вам нужно будет делать какие то выборки из этих данных то естественно её нужно использовать.
Если например если ничего такого не будет с ними происходить, тогда можно и в фаил.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question