So i need to break up a report that is provided in a continued string of data..
A1215455545444444842121212121212121TTTRTR2TR2TY2212121212212122121
The data will need to be broken out as following..
not sure if its possible?
A1215455545444444842121212121212121TTTRTR2TR2TY2212121212212122121
The data will need to be broken out as following..
| Record type | String | 1 | Always "A" |
| Supplier ID | Numeric | 5 | XXX01 where XXX is the 3-digit Supplier ID |
| Line Number | String | 20 | |
| Product Number | String | 12 | |
| Pick Location Number | String | 12 | |
| Load Date | Numeric | 8 | |
| Load Time | Numeric | 6 | |
| Unit Cost Amount | Numeric | 6 | ££££pp |
not sure if its possible?
Last edited: