No description
Find a file
2023-04-25 00:31:46 -04:00
.gitignore remove sensitive data 2023-04-25 00:28:06 -04:00
merge-csv.py SFTP Support, Quiet Mode, Bug Fixes, Removed Unused Deps 2023-04-21 21:00:13 -04:00
README.md SFTP Support, Quiet Mode, Bug Fixes, Removed Unused Deps 2023-04-21 21:00:13 -04:00

# 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/