I have a CSV file, which contains inventory levels and stock movements by location.
The file is structured that each line contains detail by location, with multiple product headings in the columns and the volumes then in the row.

How do i go about mapping this to the various entities?
I have set up a product, movement and location entitities, but as you can see from above the data contains multiple product entries per line.