xmlconverter

command module
v0.0.0-...-76d947a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2016 License: MIT Imports: 9 Imported by: 0

README

xmlconverter

This repo provides fast way to convert your mongo collection or json file to xml.

Install go get github.com/Diggernaut/xmlconverter

Usage:

go build -o xmlconverter main.go

./xmlconverter -db="somedb" -col="somecol" -dbaddr="127.0.0.1" > out.xml

./xmlconverter -file="test.json" > out.xml

or with go run

go run main.go -db="somedb" -col="somecol" -dbaddr="127.0.0.1" > out.xml

go run main.go -file="test.json" > out.xml

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL