added link to article on how to extract json code
This commit is contained in:
parent
b45cda5ad1
commit
74ec004c8b
|
@ -17,7 +17,7 @@ Command line interface:
|
|||
|
||||
- list projects: refine.py --list
|
||||
- create project from file: refine.py --create [FILE]
|
||||
- apply rules from json file: refine.py --apply [FILE.json] [PROJECTID]
|
||||
- apply `rules from json file <http://kb.refinepro.com/2012/06/google-refine-json-and-my-notepad-or.html>`_: refine.py --apply [FILE.json] [PROJECTID]
|
||||
- export project to file: refine.py --export [PROJECTID] --output=FILE.tsv
|
||||
|
||||
Currently, the following API is supported:
|
||||
|
|
|
@ -15,7 +15,7 @@ list projects:
|
|||
create project from file:
|
||||
> docker run --rm --link openrefine-server felixlohmeier/openrefine-client --create [FILE]
|
||||
|
||||
apply rules from json file:
|
||||
apply [rules from json file](http://kb.refinepro.com/2012/06/google-refine-json-and-my-notepad-or.html):
|
||||
> docker run --rm --link openrefine-server felixlohmeier/openrefine-client --apply [FILE.json] [PROJECTID]
|
||||
|
||||
export project to file:
|
||||
|
|
Loading…
Reference in New Issue