Hi All,
I am reading data from CSV. I need to process data in the batch of 200. I am using component tflowtoiterate and tfixedflowinput. I am giving number of rows 200 to process. But component is repeating same row 200 times. Attached is the screen shot. Please let me know if I am doing something wrong.
tfileinputdelimited-->tflowtoiterate-->tfixedflowinput
Hi Guys. I need to break the data in the batch of 200 I am reading it from csv file and I need to pass this data to the restclient. File has 3 columns id,lat,log. I need to pass 200 values to the trestclient at 1 time. @Manish if i put 1 how it will break in 200 batch. Is there any other way to do that ? Thanks Maya