Hi All , I want to process very high volume xml file say 2 GB in flow service/java service . The requirement is :-
Fetch the input file from location , transform it and sftp to target system .
Now the problem is even though if we use NodeIterator to iterate over the nodes 1 by 1 , if we get say 10000 child tag list in it …then flow service takes a long time to loop over 10000 child tag and many time fail…
Can you please help me better solution to handle large volume of xml ??
thanks in advance
Rohit Gupta
rohitgupta.it@gmail.com