southbeach
Programmer
I have this file:
I can be of any number o lines but same number of columns. I need to
1. Read through each line
2. explode the lines based on field delimiter
Notice that the field delimiter is :
How can I do this?
Thank you all for your assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
Code:
master::XXX887YY::ACCOUNT NAME ONE:some.domain.com::eof
::ABC123ABC::ACCOUNT NAME TWO:some.domain.com::eof
master::SXYZZ823::ACCOUNT NAME THREE:some.domain.com::eof
::CCD0932YFD::ACCOUNT NAME FOUR:some.domain.com::eof
foo:bar:foobar:foo:ACCOUNT NAME FIVE:some.domain.com:some.domain.com:eof
test:test:testbar:testing:TEST NAME:test.domain.com:test.domain.com:eof
I can be of any number o lines but same number of columns. I need to
1. Read through each line
2. explode the lines based on field delimiter
Notice that the field delimiter is :
How can I do this?
Thank you all for your assistance!
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.