Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have developed a job to read data from large file and call the webservice, job looks like
tFileInputPositional --> tFlowToIterate --> tSOAP
In tSOAP XML body, context variable is used "+((String)globalMap.get("row1.CCNo"))+"
Now I want to scale it up i.e. Instead of sending one field at a time through webservice, I want to read 10K records from DB or file and send 10K records in single request, could you please suggest how to read Data in chunks and assign all the fields to context variables. In this example, lets suppose I want to process 10M records.