Let\'s say we have a comma separated file (csv) like this:
\"name of movie\",\"starring\",\"director\",\"release year\" \"dark knight rises\",\"christian bale,
Split the values into an array. Iterate through the array removing any quotes, other than the first and last character. Hope it helps.