Forum Discussion
Try with this one.
Hi Alexandar, curious, if scenatio below is possible to do in snaplogic:
Scenario first row has fixed length 10 fields
"Audi";"5558";"TypeA8";"2022";"Diesel";"";test1;"";"";"Germany";
Second row has 5
"Mercedes";"";"TypeS";"2022";"India";
there can be empty space in both in first row and in second row as well. Is it possible instead of this:
"Audi";"5558";"TypeA8";"2022";"Diesel";"";test1;"";"";"Germany";
"Mercedes";"";"TypeS";"2022";"India";"";"";"";"";"";
get this? (get rid of empty fields(from field 6 to field 10)
"Audi";"5558";"TypeA8";"2022";"Diesel";"";test1;"";"";"Germany";
"Mercedes";"";"TypeS";"2022";"India";
thank you
- christwr7 years agoContributor III
Seems to be an error from the end point that you’re posting to. They’re saying that their service is too busy to handle your request. Sounds like an Amazon API gateway, so probably exceeding the limits that have been configured.
- Kullay7 years agoNew Contributor III
Hi christwr,
Thank you for reply, Yes its correct it is a Limitation of the Instances.
Regards
kullayappa
- cstewart7 years agoFormer Employee
The REST POST Snap doesn’t have an interval, this was implemented for the REST Get pagination requests, not all requests. If you need to slow down the requests, you could use a script snap just before the REST POST to ensure there is an appropriate delay between documents, thereby avoiding the rate throttling of the Amazon service.