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.
- Host: GitHub
- URL: https://github.com/natgluons/goaml-csv2xml
- Owner: natgluons
- Created: 2024-07-11T13:52:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T18:12:21.000Z (3 months ago)
- Last Synced: 2025-03-07T19:23:29.058Z (3 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. 🚀