Showing posts with label detailed breakdown of row. Show all posts
Showing posts with label detailed breakdown of row. Show all posts
Thursday, July 20, 2017
Objects, pt. 2
If you haven't read part 1 of this tutorial here, do so before you proceed further.
When you open a project in Open Refine, the entire spreadsheet is broken up into rows. Each cell in the row is mapped into a cell object. What comes next is my best guess because I couldn't find documentation -- I believe that the cell objects are initialized into an array and that becomes part of object CellTuple.
Or, in pseudo-code:
object CellTuple
array list = {array of cell objects for the current row}
Subscribe to:
Posts (Atom)