Not sure if this can be done. I have UE 12.20b+1
What I would like to do is loop through the file and if the following is TRUE, then delete the entire line.
If line begins with OBINP200
AND
Column 522 - 530 value NOT EQUAL to all zero's or blank
AND
Column 537 - 550 value NOT EQUAL to all zero's or blank
Then delete the line.
Once it loops through every Line the begins with OBINP200 and deletes everything that has value's then I want to delete the following Column Ranges.
1 - 14
79 - 518
552 - 1900
Thanks in advance for any help you can provide.
What I would like to do is loop through the file and if the following is TRUE, then delete the entire line.
If line begins with OBINP200
AND
Column 522 - 530 value NOT EQUAL to all zero's or blank
AND
Column 537 - 550 value NOT EQUAL to all zero's or blank
Then delete the line.
Once it loops through every Line the begins with OBINP200 and deletes everything that has value's then I want to delete the following Column Ranges.
1 - 14
79 - 518
552 - 1900
Thanks in advance for any help you can provide.
- TestFile.zip (1.49 KiB) 293
- The attached file only has a few lines to loop through, but my daily file could have thousands of lines.