You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gabe Farrell 7465ee94e1
SFTP Support, Quiet Mode, Bug Fixes, Removed Unused Deps
3 years ago
.gitignore SFTP Support, Quiet Mode, Bug Fixes, Removed Unused Deps 3 years ago
README.md SFTP Support, Quiet Mode, Bug Fixes, Removed Unused Deps 3 years ago
merge-csv.py SFTP Support, Quiet Mode, Bug Fixes, Removed Unused Deps 3 years ago

README.md

# merge-csv

Dependencies

pip install numpy
pip install pandas
pip install pysftp

Usage

python merge-csv.py (-stq) (-d directory) (-r remote)  (-p project)

Arguments

 -h, --help       show this help message and exit
 -t, --teacher    merge teacher data
 -s, --student    merge student data
 -q, --quiet      run without output (besides errors and warnings)
 -d, --directory  directory for local csv merging
 -r, --remote-url sftp url for remote merging
 -p, --project    add a project name to the merged csv file name

Examples

python merge-csv.py -st -d ./test-csv/