I think, from what you posted, that your trouble is that you need to parse multiple input rows as an array, which you can do by broadcasting parse (with a dot):
Thank you lmiq, that did the trick! I didnβt realize i had to put a βdotβ after βparseβ. I searched for half a day but didnβt realize that this was solution for my case. I will dive a bit more into the dot operator know ;-).