Something unique about OpenRefine is that you can copy and export your change history (every edit you have made to your data since creating a project). This is particularly useful if you are working on batches of files that will all require the same changes. To export your change history, look for the option just below the Undo/Redo tab, pictured below:
![](https://libapps.s3.amazonaws.com/accounts/223815/images/extract1.png)
To copy your change history, select "Extract...." Note: If you were working on a new project and wished to apply a previously copied history, you would select "Apply...."
Once "Extract" is selected, a popup box will appear. This box, titled "Extract Operation History," contains a list of all edits that were made to your dataset. You can select (or deselect) so you're left with the steps you would like to copy. The edits themselves are represented on the right-hand side of this popup box, written as JSON (a data format).
![](//libapps.s3.amazonaws.com/accounts/223815/images/operation-history.png)
You will copy and paste that JSON into a text editor (such as Notepad++) and save it for later use (to be Applied to another project).
To apply previously copied history, you would select "Apply..." and then paste the JSON code in the box that pops up called "Apply Operation History."