Hi - I'm looking for solution about how to capture repeated data blocks that are present between lines highlighted in bold. For example in below sample data there are 3 blocks of data between highlighted lines however number of data blocks would change every time so solution should be flexible to capture data irrespective of how many repeated blocks are there.
Thanks!
Sample data block:
========================
1
2
3
************************
#####################SAMPLE DATA STARTS HERE#####################
ZIP File Sent by Vendor:
=====================================================
Some Text
Some Text
Number data elements:
========================
1
2
3
************************
ZIP File Sent by Vendor:
=====================================================
Some Text
Some Text
Number data elements:
========================
4
5
6
7
************************
ZIP File Sent by Vendor:
=====================================================
Some Text
Some Text
Number data elements:
========================
8
9
************************
#####################SAMPLE DATA ENDS HERE#####################

Report
All responses (
Answers (