From 74ec004c8b4f81ecd61630e98bc47048dba74d65 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Thu, 2 Feb 2017 13:07:49 +0100 Subject: [PATCH] added link to article on how to extract json code --- README.rst | 2 +- docker/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 66ab87a..bc17770 100644 --- a/README.rst +++ b/README.rst @@ -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 `_: refine.py --apply [FILE.json] [PROJECTID] - export project to file: refine.py --export [PROJECTID] --output=FILE.tsv Currently, the following API is supported: diff --git a/docker/README.md b/docker/README.md index c20f921..205fc8f 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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: