How do I parse a text file (say c:\text.txt) that looks like this.....
User: LINLXB01
Full Name: LORRAINE K. BUCKWALD
User: LIN765
Full Name: 765 print server
User: LINPDN01
Full Name: Patrick D Nespor
.......into delimited text file like this?
LINLXB01~LORRAINE K. BUCKWALD
LIN765~765 print server
LINPDN01~Patrick D Nespor
Thanks
User: LINLXB01
Full Name: LORRAINE K. BUCKWALD
User: LIN765
Full Name: 765 print server
User: LINPDN01
Full Name: Patrick D Nespor
.......into delimited text file like this?
LINLXB01~LORRAINE K. BUCKWALD
LIN765~765 print server
LINPDN01~Patrick D Nespor
Thanks