https://github.com/performant-software/core-data-scripts
https://github.com/performant-software/core-data-scripts
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/performant-software/core-data-scripts
- Owner: performant-software
- Created: 2023-11-30T18:55:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-16T18:27:20.000Z (10 months ago)
- Last Synced: 2025-09-16T21:27:51.133Z (10 months ago)
- Language: Ruby
- Size: 2.65 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Core Data Transformation Scripts
This repo contains the scripts for several projects to transform their data from CSVs into the format required by Core Data's import service.
## How to run
The top-level program knows which paths to use based on the project name, so that is the only required CLI argument.
Begin by copying your CSVs into `/input/{project name}`, e.g. `/input/gca`. Then run:
```bash
./transform.rb -p {project name}
```
The project name should match the name of one of the directories under `scripts`.