-
Couldn't load subscription status.
- Fork 96
Description
I'm wondering if there are any examples of python code that uses Open Refine to create a new project using JSON or XML files. We are currently running the python code from:
https://github.com/maxogden/refine-python
This works perfectly for creating project using csv or tsv files. It was after the fact that we've discovered: https://github.com/PaulMakepeace/refine-client-py/.
Reviewing that code, it looks like the project format plays a big part here. However there are 2 points that we can't get past:
-
Line 151 in https://github.com/PaulMakepeace/refine-client-py/blob/master/google/refine/refine.py
list different project formats, but I didn't see the JSON option. Is there one? -
Line 190 is where we started with created an new project from XML, but didn't see a way to select a specific xml element to start with, similar to what you can do in the desktop version.
Love what you'll are doing here, and want to expand to other formats. Are there any examples out there or advice? thanks!