Hi, I’ve created a tool for transforming various input formats to any output file using templates written in GO.
Key features
- Various input formats (json, bson, yaml, csv, xml)
- Flexible output formatting using text templates
- Support for Lua custom functions which allows very flexible data manipulation
- stdin/stdout support which allows get data from source -> translate -> delivery to destination. This allows easily translate data between different web services like REST to SOAP, SOAP to REST, REST to CSV, …
- Merge/Mesh multiple input files in various formats into single output file formated using templates