i have a 40K lines text file like:
012345678,012345
I want to read it directly into a hash table so i can later easily resolve any ID (012345678) into any code (012345) and i got a bit lost..
tnx
roy
roys99
i have a 40K lines text file like:
012345678,012345
I want to read it directly into a hash table so i can later easily resolve any ID (012345678) into any code (012345) and i got a bit lost..
tnx
roy
roys99