OregonStateRocketry / 30k2018-CS-Capstone

30k CS Capstone repository
Apache License 2.0
2 stars 0 forks source link

Parser - Import new CSV files #30

Closed lwillmeth closed 6 years ago

lwillmeth commented 6 years ago

Right now the parser is set up to import the old-style CSV files. We should update the fields for the new database schema.

lwillmeth commented 6 years ago

Addressed by 0c235d1f63d060bcdc932fa6eee9f83b7a90cbd8

Moved CSV parsing to another file, importCSV.py because it was cluttering up the logic of the parsing computers. Now it can run more easily on a laptop or the main pi, instead of the parser pis.

Still need to fix and test imports during the experimentphase, but I need a sample csv to verify formatting.

lwillmeth commented 6 years ago

Closing because this has been resolved.