Extension for OpenRefine im context of Task 3.3 (Data cleaning ) WP3
In order to use the OpenRefine quality extension you must follow either of the given bellow instructions.
- Download quality-extension.zip from the quality-extension project.
- Follow OpenRefine instructions on installing extensions.
- Check out the OpenRefine project.
git clone https://github.com/OpenRefine/OpenRefine
- Check out the quality extension project in the extension directory in the OpenRefine project.
git clone https://github.com/diachron/quality-extension.git
- Add the quality extension clean and build ant targets to the build.xml file in the extension directory.
<project name="google-refine-extensions" default="build" basedir=".">
<target name="build">
<ant dir="quality-extension/" target="build" />
</target>
<target name="clean">
<ant dir="quality-extension/" target="clean" />
</target>
</project>
- Run
./refine build
from the OpenRefine root directory. - Run
./refine
.