|
Extracting data from text file based on configuration set in config file
Hi Klashxx ,
Thanx for the solution , but the output is not the way i wanted
output iam looking for is
a.dat file sohuld contain all records in the range defined for SMS record type
so
cat a.dat
9899000000,SMS
9899001000,SMS
Similarly
b.dat file sohuld contain all records in the range defined for DATA record type
cat b.dat
9899000001,DATA
9899001001,DATA
|