Implement a program in java program that lists matching products for a user who is looking for T-shirts.
you are given 3 CSV files each containing the T-shirts data fir Nike, puma and Adidas respectively. Sample CSV files links Are attached here for reference. You can add more data in existing files or can add more CSV files for another companies.
CSV FILE DATA:
ID, NAME, COLOUR, GENDER_RECOMMENDATION, SIZE, PRICE, RATING, AVAILABILITY.
Comments
Leave a comment