json-to-xml-converter
v1.0.2
Published
JSON to XML converter of Magento2 order export
Downloads
1
Readme
Json to XML converter
json-to-xml node.js package made to pass the https://github.com/Imagination-Media/retrieve-test test
Follow the following commands to instal and use the package
- Install the package ->
npm i json-to-xml-converter
- Use the installed package in your project file ->
const jsonConverter = require('json-to-xml-converter');
Make sure you have the "order.json" file in the root directory of your project folder
Run the script by initializing it ->
jsonConverter();
- The package will generate "results.xml" in your root directory