Dudes. You have to use commas as a seaparator for it to be a CSV. A tab delimited string is a TSV. No?
Excel will not open a semi-colon delimited CSV.
Dudes. You have to use commas as a seaparator for it to be a CSV. A tab delimited string is a TSV. No?
Excel will not open a semi-colon delimited CSV.
A tab delimited string is a TSV. No?
No. It's still a csv file.
I changed line 197 so my files would be comma separated instead of semi-colon separated:
$sep = ","; // removing: $sep = ";";
You must log in to post.