I currently have a functional workspace, but I seem to be hitting an error based on the volume of data I'm trying to write to socrata. If I upload only 1 year worth of data at a time (about 50k rows), everything works fine. Once I try over 150k, I start running into problems and I have about 1.6 million rows total.
I was wondering if there's a way for me to use FME to loop my writer and write only one year at a time. The first year would need to replace the existing dataset, then I would append data for all the remaining years, and publish the dataset with the last pass.
I'm very noobish when it comes to FME, and am learning as I go. Does anyone have a direction to point me in? Ideal solution would also be based on a formulaic approach to loading the data (e.g., currentyear, currentyear - 1, currentyear -2, ...currentyear-35).
My apologies if this is very unclear... I've been wrestling with the problem a while so I'm getting caught up in my own head.
thank you for any ideas,
Julia