Getting Started: Flatten a Nested List
Here we describe how to convert a two dimensional list into one dimensional list. We'll change a list of sales orders records that have a list of items associated with each sales order to a single set of data where each record contains both the sales order and item information.
