Is it possible to filter lines by a recognizing a character that represents the recordtype?
For example I have 2 types of lines in my data file:
"1-asd-asd-asd-asd-asd" and
"2-asdfe--asdfe--asdfe--asdfe--asdfe"
where the 1 and the 2 (pos 1 of every line) determine the format characteristics of the line.
Is it possible to perform a compare only on the lines that start with a "1"?
Thanks in advance!
For example I have 2 types of lines in my data file:
"1-asd-asd-asd-asd-asd" and
"2-asdfe--asdfe--asdfe--asdfe--asdfe"
where the 1 and the 2 (pos 1 of every line) determine the format characteristics of the line.
Is it possible to perform a compare only on the lines that start with a "1"?
Thanks in advance!
Comment