Hi,
I am new to XI. I am trying a file to JDBC scenario. It works only for single occurence when i give multiple occurences the output at the receiver table does not occur.
I am getting all confused.
my Datatypes are:
DT_SENDER
EMPID STRING 1:UNBOUNDED
EMPNAME STRING 1:UNBOUNDED
EMPAGE INTEGER 1:UNBOUNDED
FLAG STRING 1:UNBOUNDED
DT_RECEIVER
STATEMENTNAME
-> TEST
ACTION ATTRIBUTE OPTIONAL
TABLE ELEMENT 1:UNBOUNDED
->ACCESS
EMPID STRING 1:UNBOUNDED
EMPNAME STRING 1:UNBOUNDED
EMPAGE INTEGER 1:UNBOUNDED
FLAG STRING 1:UNBOUNDED
Thank you in Advance