ffda8216b4
* Added translation using Weblate (Polish) * Added translation using Weblate (Polish) * Added translation using Weblate (Polish) * Translated using Weblate (Polish) Currently translated at 6.3% (49 of 769 strings) Translation: OpenRefine/Translations Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pl/ * Translated using Weblate (Polish) Currently translated at 4.0% (9 of 225 strings) Translation: OpenRefine/wikidata Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/pl/ * Translated using Weblate (Polish) Currently translated at 19.3% (12 of 62 strings) Translation: OpenRefine/database Translate-URL: https://hosted.weblate.org/projects/openrefine/database/pl/ * Translated using Weblate (French) Currently translated at 99.2% (763 of 769 strings) Translation: OpenRefine/Translations Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/ Co-authored-by: Włodzimierz Bartczak <wzbartczak@gmail.com> Co-authored-by: Tom Morris <tfmorris@gmail.com> |
||
---|---|---|
.. | ||
licenses | ||
module | ||
src/com/google/refine/extension/database | ||
tests | ||
.eclipse-pmd | ||
.eslintrc.json | ||
.travis.yml | ||
pom.xml | ||
README.md |
This project is an extension for OpenRefine that provides a way to import database data using JDBC.
INSTALL
-
Before installing this extension download OpenRefine code from http://code.google.com/p/google-refine/source/checkout.
-
Pull this extension's code into folder database under folder /extensions. For more information on how to write a OpenRefine extensions and where to put the files see http://code.google.com/p/google-refine/wiki/WriteAnExtension
The folder structure should resemble this: grefine-all/ ----------/extensions --------------/database ------------------/module ------------------/src ------------------build.xml ------------------README (this file)
- Update build.xml in folder /extensions with build and clean ant tasks for database:
<target name="clean">
<echo message="cleaning extensions" />
<ant dir="sample/" target="clean" />
<ant dir="jython/" target="clean" />
<ant dir="freebase/" target="clean" />
<ant dir="gdata/" target="clean" />
<ant dir="database/" target="clean" />
</target>
- If using Eclipse, make sure that you build project with ant