Ok so in your file you have multiple columns of data
Code:
DATE IS 01/01/15
---------------- VALUE -----------------
DATE IS 01/01/15
ID ABC DEF
7000023203 30 17
7000024323 112 113
7000024847 (339) 186
7000024960 (1,502) 123
7000025279 490 215
7000026193 15 4
7000027073 3,279 923
7000027391 371 140
I've taken out the extra blank lines for the sake of being compact.
You have two dates in your test file and each day has a column for, what I assume is a vendor, is this consistent so that if you had customer GHI and JKL you would have something like this:
Code:
DATE IS 01/01/15
---------------- VALUE -----------------
DATE IS 01/01/15
ID ABC DEF GHI JKL
7000023203 30 17 10 11
7000024323 112 113 20 22
7000024847 (339) 186 30 33
7000024960 (1,502) 123
7000025279 490 215
7000026193 15 4
7000027073 3,279 923
7000027391 371 140