CSV Export Not In Order

I am trying to scrape a page with the following elements:

  1. A picture with an exploded diagram with reference numbers
  2. A product with a number
  3. A reference number that connects the product to the exploded diagram

I would like to export the data so that the columns are aligned so that I can see the products next to the reference number.

Because there are some null values my categories are mismatched.

Currently webscraper IO exports in the order in which elements are scraped.

Is it possible to align the items on export?