Create a new OpenRefine project


OpenRefine works with a variety of file types, including tab separated (tsv), comma separated (csv), Excel (xls, xlsx), JSON, XML, RDF as XML, and Google Spreadsheets. See the OpenRefine Importers page for more information.


Launch OpenRefine

Windows: double-click on the openrefine.exe file. Java services will start automatically on your machine, and OpenRefine will open in your browser. Be sure to use either Chrome or Firefox, as OpenRefine does not play well with Microsoft Edge or Safari.

Mac: OpenRefine can be launched from your Applications folder.

Linux: navigate to your OpenRefine directory in the command line and enter ./refine.

Once OpenRefine is launched in your browser, the home screen displays options to Create Project, Open Project, or Import Project.

Select Create a project.

If launch fails

If OpenRefine does not automatically open within your browser after launch, point your browser at http://127.0.0.1:3333/ or http://localhost:3333 to launch the program.

Terminal Java
Keep the terminal window open when using OpenRefine
Watch this video on how launch OpenRefine the first time.

Create a Project

Projects can be created in a variety of ways, e.g., by uploading data from your computer or by importing it from a web address.

Create a project by uploading data from your computer
  • Choose Create Project
  • Select Get data from this Computer.
  • Select Choose Files and browse to select the file QldSharkControlProgramCatch_2017.csv you saved to your Downloads folder.
  • Either click Open or double-click on the filename to import it into OpenRefine.
  • Click Next.

Or

Create a project by importing the data from a Web Address
  • Choose Create Project
  • Click Web addresses (URLs).
  • When a text box opens, enter this address https://raw.githubusercontent.com/stapletonsl/ClassData2022/master/QldSharkControlProgramCatch_2017.csv
  • Click Next.

Data preview

OpenRefine gives you a preview to show you how it has interpreted the file you have uploaded or imported. If your data was tab-delimited rather than comma-delimited, the preview might look strange.

There are options to indicate whether the dataset has column headers included and whether OpenRefine should skip a number of rows before reading the data.

Create Project
Create a project in OpenRefine
Watch the steps above on this video.

<-- BACK | NEXT -->