1
vote
2answers
134 views

Determine .csv delimiter in PHP

Note: I'll start off by saying that I know I'm probably missing something really obvious. I'm in one of those coding hazes where I can't see the simple solution. Issue: I've written a script in PHP ...
4
votes
4answers
2k views

CSV to Array PHP

I know there are a lot of resources out there for putting a CSV into an associative array, but I can't find anything that helps a noob like me do exactly what I want to do. I currently have an ...
0
votes
1answer
435 views

Parse a CSV file extracting some of the values but not all

Good day, I have a local csv file with values that change daily called DailyValues.csv I need to extract the value field of category2 and category4. Then combine, sort and remove duplicates (if any) ...