I am trying to Import a CSV file but it fails. When I run.
print_r(fgetcsv($file));
I get Array ( [0] => ÿþA c c N o _ 1
I think the character at the front is causing the whole csv to fail to import properly.
Can someone tell me how I can programatically remove this character and import the csv?