Update openrefine-api.md (#3159)
* Update openrefine-api.md Documentation for Create project and Export rows API calls modified * Update docs/docs/technical-reference/openrefine-api.md Co-authored-by: Tom Morris <tfmorris@gmail.com> Co-authored-by: Tom Morris <tfmorris@gmail.com>
This commit is contained in:
parent
6879401f23
commit
7b080fe99d
@ -17,7 +17,7 @@ multipart form-data:
|
||||
'project-file' : file contents
|
||||
'project-name' : project name
|
||||
'format' : format of data in project-file (e.g. 'text/line-based/*sv') [optional]
|
||||
'options' : json object containing options relevant to the file format [optional]
|
||||
'options' : json object containing options relevant to the file format [optional - however, some importers may have required options, such as `recordPath` for the JSON & XML importers].
|
||||
|
||||
The formats supported will depend on the version of OpenRefine you are using and any Extensions you have installed. The common formats include:
|
||||
|
||||
@ -159,9 +159,14 @@ On success returns JSON response
|
||||
|
||||
> **Command:** _POST /command/core/export-rows_
|
||||
|
||||
'project' : project id
|
||||
'engine' : JSON string... (e.g. '{"facets":[],"mode":"row-based"}')
|
||||
In the parameter
|
||||
|
||||
'project' : project id
|
||||
'format' : format... (e.g 'tsv', 'csv')
|
||||
|
||||
In the form data
|
||||
|
||||
'engine' : JSON string... (e.g. '{"facets":[],"mode":"row-based"}')
|
||||
|
||||
Returns exported row data in the specified format. The formats supported will depend on the version of OpenRefine you are using and any Extensions you have installed. The common formats include:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user