D
D
driver4582017-07-21 23:21:27
linux
driver458, 2017-07-21 23:21:27

How to convert xml 2 json on linux?

The files are large, so online services are not suitable.
Recommend some software :)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
driver458, 2017-07-22
@driver458

I used the extension for Sublime Text xml2json - https://packagecontrol.io/packages/xml2json
I also tried to use the python script, in both cases the Russian letters were replaced by ascii codes.
I used uni2ascii to solve this problem - billposer.org/Software/uni2ascii.html

$ sudo apt-get install uni2ascii
$ touch output.json
$ ascii2uni input.json -a U > output.json

A
Andrey Burov, 2017-07-21
@BuriK666

https://github.com/hay/xml2json

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question