I have a batchcode.txt which contains list of batch code.
645863
302422
430307
821773
599738
671768
732159
and so on
I have a table in my database which is called batchcode with fields 'id','batchcode'.
My problem is it wont insert my text file into my table called batchcode. I already did the import and select table but nothing works...
I need some help can anyone help me please.