Skip to Main Content
| University Libraries
See Updates and FAQs for the latest library services updates. Subject Librarians are available for online appointments, and Virtual Reference has extended hours.

Software for Digital Scholarship

Information about DiSC-supported software for the collection, processing, analysis or display of numeric, text, or geospatial data

OpenRefine (openrefine.org) is free and open source software useful for data cleaning. It was derived from Google Refine. 

Access to OpenRefine

It is run through a web browser, but uses a local server so no data is shared.

Tutorials and Documentation

Reference

Getting Started with OpenRefine

1. Download OpenRefine from their website. OpenRefine runs as a small web server on your own computer and you point your web browser at the web server in order to use OpenRefine. It works best on Chrome, Chromium, Opera, Microsoft Edge, and Safari. For more information on this, see their installation instructions.

2. Once OpenRefine is running in one of your browsers, create a project by importing data. OpenRefine supports the following file formats: CSV, TSV, text files, fixed-width columns, JSON, XML, ODS, XLS, XLSX, PX, MARC, RDF data, and wikitext. You can import data from your computer, a URL, clipboard, database, or Google Data.

3. Your data will load. You can parse your data, create a project name, and add tags. Click create project when done.

4. You are able to learn more about your data using facets, filters, and sorting. You can transform your data through common and custom transformations, clustering, pulling data from the web, reconciling, and writing expressions.

5. Export your data by clicking on the export button in the upper right hand corner. You are able to export your data in multiple formats: TSV, CSV, HTML table, XLS, XLSX, ODS, upload to Google sheets, custom tabular exporter, SQL statement exporter, and templating exporter.

Help With GREL

GREL is the scripting lanugage for OpenRefine.