Thank you @Yoichi , It perfectly works with the file as Input,
I’m now testing with the API, the response is huge then the bot is taking a lot of time to process the records but at least it hasn’t failed…
I’m worried because in Production I need to process 160K records (29 fields each one), so maybe I will need to find other options to improve the performance
The bot was able to process 1000 records (29fields each record) in 15 minutes. I will investigate how to refactor your solution to process 160K, I just need it for the first Full Load, later I will use Deltas to update/process new records daily
We might be able to achieve it using Regex, if there aren’t Name, Label and Value elsewhere and its order is always same. (Probably it’s faster than using deserialize json and loop).