I have two text files that contain customer information. One is from a specialty lead source, the second is from a generic lead source.
I looking to take these two lists in to a file so that they are ordered in an alternating pattern based on the total number of records for each file.
For example. List A has 5 records. List B has 10 records. I would like to have the new list ordered equally between the records from A and B.
New File Would be Structured Like This.
A - Record From List A
B - Record From List B
B - Record From List B
A - Record From List A
B - Record From List B
B - Record From List B
A - Record From List A
B - Record From List B
B - Record From List B
A - Record From List A
B - Record From List B
B - Record From List B
A - Record From List A
B - Record From List B
B - Record From List B
Any help is always appreciated.
I looking to take these two lists in to a file so that they are ordered in an alternating pattern based on the total number of records for each file.
For example. List A has 5 records. List B has 10 records. I would like to have the new list ordered equally between the records from A and B.
New File Would be Structured Like This.
A - Record From List A
B - Record From List B
B - Record From List B
A - Record From List A
B - Record From List B
B - Record From List B
A - Record From List A
B - Record From List B
B - Record From List B
A - Record From List A
B - Record From List B
B - Record From List B
A - Record From List A
B - Record From List B
B - Record From List B
Any help is always appreciated.