Hi,
I am new to the FME desktop.
I am reading data, for example, 10 rows from my database (SQL non-spatial) transforming it to JsonTemplater and sending it via HTTPCaller. It is working fine.
Therefore, there is a constraint to sending only batches of 100 rows per JSON file.
I have already tried the decelerator but the decelerator only delays the rows.
Could somebody help me?
Thanks
Raphael Yamada



If you can make sure each 'batch' of features have an attribute with a shared group id/name then the JSONTempator will process the features coming in in batches.