This is a repository of both real and fake data stored in CSV files.
I had a few projects that dealt with CSV files and I wanted a single repo where I could keep a common store of CSV files for my test suites.
The preferred way to use this repo is to add it as a submodule to an existing project.
git submodule add https://github.com/vincentlaucsb/csv-data.git tests/data
By default, a git pull
or git clone
won't include the submodule contents. To include them, see:
https://stackoverflow.com/questions/8090761/pull-using-git-including-submodule
...