I have the Geodatabase data with around 40 milions of records in it with huge size but want read this data in parts like 1 to 10000000 , next adding it to next slot 10000001 to 20000000 to get it written in SQL database. In reader, geodatabase i have Object ID as one field with count to follow as per records.
How it can be acheived with giving parameters in reader itself with different slots creating to migrate the data in different FME workbences as per slots.