|
the problem is not in the delimiter itself. i used tabs for the sole reason that i didnt want it to confuse it with a .csv file.
the problem lies in the number of delimiters per element.
0:0:4:3 and 14:0:0:3 works fine
4:3 and 14:3 does not
i think it EXPECTS a certain number of delimiters based on what it has already read in ... or something like that. so far the only way i've found around is to just do it like the first example that i said in this reply
|