Hi Guys
I am posting this again, i lost all the Replies of
the thread i previously started.
Here is my Question..
At work i have got a assignment to read a TAB Delimited file
and i am new to this role and trying without any Success.
Currently i am using a Visual Basic App to read the Tab Delimited file and save it as a Fixed length file.
Here is small example of file :
All records are seperated by CHR(13) + CHR(10)
All fields are Seperated by TAB CHR(9)
ORDER ORDCONF TEST90462752-R10 579637 0
PRODQNTY 1 605-CHP-004 6
PRODQNTY 2 605-CFT-001 9
PRODQNTY 3 605-ASP-002 2
END
Thanks in Advance
I am posting this again, i lost all the Replies of
the thread i previously started.
Here is my Question..
At work i have got a assignment to read a TAB Delimited file
and i am new to this role and trying without any Success.
Currently i am using a Visual Basic App to read the Tab Delimited file and save it as a Fixed length file.
Here is small example of file :
All records are seperated by CHR(13) + CHR(10)
All fields are Seperated by TAB CHR(9)
ORDER ORDCONF TEST90462752-R10 579637 0
PRODQNTY 1 605-CHP-004 6
PRODQNTY 2 605-CFT-001 9
PRODQNTY 3 605-ASP-002 2
END
Thanks in Advance