Why 123456 and 654321 read as a same ID?

Added by Jamila Aliyeva about 1 month ago

I have a csv file with students ID, name and surname, for e.g. one students ID is 123456 and the others is 654321, but it reads as a one students ID


Replies (5)

RE: Why 123456 and 654321 read as a same ID? - Added by Alexis Bienvenüe 28 days ago

This should not be the case.
Can you post a minimas source file and a sample CSV file so that we can reproduce the problem?

RE: Why 123456 and 654321 read as a same ID? - Added by Jamila Aliyeva 28 days ago

As I understand the problem was in GridInt, i placed it in the right side of the place, when I placed it on the left side it worked fine.

so if 123456 was John Smith and
654321 was Will Brown

it was reading 123456 as a Will Brown

RE: Why 123456 and 654321 read as a same ID? - Added by Alexis Bienvenüe 28 days ago

i placed it in the right side

May be it was inside a right-to-left writing environment?

RE: Why 123456 and 654321 read as a same ID? - Added by Jamila Aliyeva 28 days ago

nope, it was left to right

RE: Why 123456 and 654321 read as a same ID? - Added by Alexis Bienvenüe 28 days ago

Can you post a sample source file showing the problem?

(1-5/5)