Do you need to test out your MIS without exposing sensitive student data? It's not worth taking the risk of uploading school's data to an untrusted company on cloud servers which could be anywhere.
This project is to allow generation of test data for the Common transfer file (CTF) XML Standard, to allow you to test out software safely.
Go here to quickly download some XML transfer files.
Email us at [email protected] for custom test data generation services to meet your requirements!
- Install Node.js and NPM
- run
npm install
- run
npm run csv-to-json
- run
npm run create-students -- {the amount of students you want to generate} {the amount of files you want to generate}
- go to /output/ and look at your newly generated XML files!
Take a look at /src/config.ts for config variables.
CHANCE_OF_OPTIONAL_VARS is how frequently the generator will generate optional variables.
CHANCE_OF_SUPP_INFO is how frequently the generator will generate supplemental information (SuppInfo).