I'm using openrefine to cleanup an excel data set. I have about 70 operations and I've been cutting and pasting on different data sets. I maintain a record id and export to a new excel sheet. Then I reload the sheet using the record id.
It works well, but I have to reload the entire database even if only a handful of records change. is there an easy way to flag changed records so I only export / import the changed records to the application?
Can I easily add a flag to the 70 operations to tag only changed records?