Transform CVS/TSV files into Demandware XML files.
npm install demandware-convert -g
The -g flag will install it globally so you can use package as a command line app.
demandware-convert -i my-input.csv -f geolocation -o my-ouput.xml
Currently the only format support is geolocation.
- Support for different file formats.
- Impletement the -d (delimiter) flag.
- Better test coverage.