extended the CLI with some options to create new OpenRefine projects from files
examples:
- ./refine.py --create example.csv create new project from file example.csv
- ./refine.py --create example.tsv --format=tsv --encoding=UTF-8
- ./refine.py --create example.xml --format=xml --recordPath=collection --recordPath=record
- ./refine.py --create example.json --format=json --recordPath=_ --recordPath=_
- ./refine.py --create example.xlsx --format=xlsx --sheets=0
- ./refine.py --create example.ods --format=ods --sheets=0