501stLegionA3 / FiveOhFirstDataCore

A Web App designed to manage the 501st Legion StarSim Roster.
https://dc.501stlegion-a3.com/
MIT License
8 stars 12 forks source link

Data Importer #340

Closed Soyvolon closed 2 years ago

Soyvolon commented 2 years ago

Summary

A page to import CSV files into the data core.

Details

This will be an administration page that handles the import of CSV data into the data core.

A single file will be displayed as rows and columns, where during the initial import rows that do not conform to a header row will be marked to be excluded from the import. Before continuing, the user can manually add these rows back or exclude other rows.

Then, column by column the data will be analyzed and mapped to existing assignable/static values within the data core.

Finally, the data will be imported as it was specified.