Reading text file error?
Hi,I have a small questing in a text file. Sequence is same for all records , I need to read the text file and save it to piped text file.
Empid:10
Empname:AA
City:xyz
Sal:2000
//city field is missing in below record
Empid:11
Empname:AB
Sal:3000
if any one of the field is missing how to save empty value for that field.
I am using switch case statement.