Skip to content
Snippets Groups Projects
Commit 53541e00 authored by Hans van den Heuvel's avatar Hans van den Heuvel
Browse files

Updated documentation

parent 2b710763
Branches
No related tags found
No related merge requests found
......@@ -9,27 +9,27 @@ pip install pandas xlrd tabulate openpyxl requests
### Run the script in trial (-x) and verbose (-v) mode
```
python.exe convert.py -x -v
python.exe Convert-EUProcessingFactorsDB.py -x -v
```
Again in trial mode, now using all input files from the Example directory
```
python.exe convert.py -x -v -s -g
python.exe Convert-EUProcessingFactorsDB.py -x -v -s -g
```
### Run the script with the default names
In the example here also a substance conversion (-s) and FoodTranslation (-g) is done.
```
python.exe convert.py -s -g -v
python.exe Convert-EUProcessingFactorsDB.py -s -g -v
```
### Run the script with specific input files
```
python.exe convert.py -v -t ProcessingTypes.csv -p ProcTypeTranslations.csv -f FoodTranslations.csv
python.exe Convert-EUProcessingFactorsDB.py -v -t ProcessingTypes.csv -p ProcTypeTranslations.csv -f FoodTranslations.csv
```
### Questions?
```
python.exe convert.py -h
python.exe Convert-EUProcessingFactorsDB.py -h
```
## Introduction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment