I am using Rest assured to send GET request . The repose is "text/csv" type, is there a way to extract one element value from the csv file using Rest Assured
Scenario : I would like to get only "colors" from below CSV Response
Car ;wheels ;color ;airbags
alto ;4 ;red ;2
Benz ;4 ;blue ;1
Polo ;4 ;white ;1
swift ;4 ;red ;4