Skip to content

jpfon/csv-mr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install instructions

install docker

https://docs.docker.com/desktop/install/mac-install/

clone repo

git clone https://github.com/jpfon/csv-mr.git

build image

docker build . -t csv-mr

merge files

  • cd into parent directory of files to merge
  • docker run --rm -v $PWD:/app/ csv-mr python main.py
  • by default it will look for files in ./inputs, merge on protocol title and output output.csv
  • if those need to be changed, then:
    • docker run --rm -v $PWD:/app/ csv-mr python main.py --merge-on [COLUMN_NAME] --inputs_folder [INPUTS_FOLDER] --output [OUTPUT.CSV]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published