I am creating a website that pulls data from a CSV file and then displays the album artwork that matches the album and artist however I've hit a snag... the file presents artists as either a band (example: U2) or the artist (Dylan, Bob) the later does not work with the api.
I've tried to no success to edit the string so if it sees "," it will then rearrange the artist from last, first to first last
Does anyone know a solution to this?
Cheers!
,result in a problem? You mentioned an API...do you mean PHP or are you using some library?