Skip to content

performant-software/core-data-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

./transform.rb -p {project name}

The project name should match the name of one of the directories under scripts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages