amamolo9986 / The-Porsche-Project

MIT License
0 stars 0 forks source link

Read and Parse CSV's #31

Closed amamolo9986 closed 4 months ago

amamolo9986 commented 4 months ago

We want to start with Banner CSV because it is the smallest and least complex CSV. It only contains the Id, Series name and the photos, we want to store these in our DB.

amamolo9986 commented 4 months ago

For this i can either copy the way that I did it for my other project, or I can rewatch the videos on lesson 13 when Trevor used apache commons I believe. I think I'll start with the videos because I feel like this way is more efficient and then decide what to do after.

amamolo9986 commented 4 months ago

Successfully processed Banner CSV. will commit these changes and then continue to parse the other two files and add to the DB. I will them proceed with trying to read the images in the db and display them. That will be a different issue.

amamolo9986 commented 4 months ago

Descriptions successfully parsed as well. I am about to run the master csv, but I have a concern about one of the columns. The label column isn't a data type, it is a collection, so I need to research how to do that exactly. will commit and continue.