Vjp888 / mount_olympus_api

A tech challenge for to organize historic data from previous Olympic Games
1 stars 0 forks source link

Import CSV Data sheet with all relations #4

Closed Vjp888 closed 5 years ago

Vjp888 commented 5 years ago

Once Models have been created figure out a way to pull in the CSV data.

Ideally compress events and olympians as many of them are repeated.

Also some olympians have odd quirks such as 'united states-1' instead of 'united states' Ensure that the data that is coming in does not accidentally create a second olympian for this data.

Each olympian should be connected to their events but they do not always need a medal. Set as nil for simplicity.