An open API service indexing awesome lists of open source software.

https://github.com/natgluons/goaml-csv2xml

Script that converts CSV files to GoAML XML (2024) for PPATK submissions. It automates conversion and partitions large files when needed.
https://github.com/natgluons/goaml-csv2xml

Last synced: about 2 months ago
JSON representation

Script that converts CSV files to GoAML XML (2024) for PPATK submissions. It automates conversion and partitions large files when needed.

Awesome Lists containing this project

README

        

# csvtoxml

**csvtoxml** is a simple script that converts CSV files to GoAML XML format (2024) for submission to PPATK. Instead of manually converting data, just load the CSV file, and the script will generate the required XML format.

### Features
- Converts CSV to GoAML-compliant XML (2024)
- Automatically partitions large files ([dd-mm-yyyy]_part_n) if they exceed the max limit
- Saves time by eliminating manual conversion

### Usage
Simply load your CSV file, and the script will handle the rest.

This tool is useful for anyone submitting reports to PPATK via GoAML. 🚀