I'm trying to transfer the data from a csv file to the database on my app. The csv file wasn't generated from my database, so there are fields that I'm not interested in transferring. How would I go about doing that?
CSV: date, ref, quantity, type, color, category
DB: date, quantity, color, category