I am trying to map a schema like this example, that has repeating records inside repeating records.
Sample File:
0000456Toy Industries56Palumbia DriveEnfield CT06082 98724
302369097 King Toy Store20 Cherry WayDedhamMA02026 TS2349
402369097 036436 Playstation 4 Entert03452449.99 20140826
402369097 036437 Msoft XBOX ONEEntert01234399.99 20140826
402369097 036438 Wooden Horse 07892 59.99 20140827
402369097 036439 Playstation 4 Entert03452449.99 20140827
402369097 036440 My First Brew Kit 99.99 20140828
602369097000100010005I
302369235 Make Believe 342 Brand DriveBridgeMA02324 TS5439
402369235 054324 Playstation 4 Entert53452449.99 20140827
402369235 054325 Steam Box Ultimate 54234699.99 20140827
602369235000100010002I
900033336133310001
Sequence:
<Processor Record> (one per file | 1)
<Store Record> (one per store | 1+)
<Order Record> (one for each order the store had | 1+)
<Store Batch Control Record> (one per store | 1+)
<File Batch Control Record> (one per file | 1)
Each Record (line) will be broken into field elements by positional specifications
I have tried using the wizard a couple of times and manually adjusting the settings as well, but keep running into issues like this one:
The current definition being parsed is Root. The stream offset where the error occurred is 0. The line number where the error occurred is 1. The column where the error occurred is 0.
I am rather new to BizTalk and was hoping that someone may be able to give me some help on how to accomplish this task. Thanks!