Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have and error I can't get rid of: tFileInputMSPositional_1("header",,"1,3",false,true);
I found it in the code and I'm afraid it may be a bug. Below is the simple package I've designed.
I need to test importing a Multiple Schema File like this:
H12345FOO
D12TRAIN1499
Where H is the header and D is the detail row. Example would be a transaction # 12345 Customer FOO,
bought 12 Trains for 14.99. There could be multiple transactions in each file so you would see several H and D's.
No matter how simple I make the file I keep getting the same error. Any ideas?
Talend is saying that one of the commas is wrong, however you can't edit the code so I'm at a loss.
("header",,"1,3",false,true)