Need some help on finding a solution I facing a issue with SQL server extract.
My requirement is to read data from SQL server table dynamically based on the Input data received and load it to another SQL DB.
Integration Pattern is SQL DB to SQL DB ( Both are MS SQL DB's)
I was able to take input data and Query the DB (First DB) (in my output card 1) and I am trying to pass the output received in First DB output Card to second SQL Output card 2(Second DB) .
when multiple rows returned from First Output Card , the second output card is processing only first row alone and ignoring all other rows.
My Analysis
==========
I tried to write data from output card 1 to a file ( i am able to see all the rows in the file)
i tried to read the file as a input card and passed/mapped to the output Card of the second database ( it is able to parse all the Rows).
i suspect while loading the data from 1st output card to 2nd Output Card . looks like delimiters are not being applied properly.
Can I know how can I fix this...?
------------------------------
Narendra Chimakurthi
------------------------------
#DataExchange#IBMSterlingTransformationExtender