How to split data in a nested array into multiple rows?
I'm trying to simply split an array of fields within an array into two discreet records for example in the above illustration, how do I split the array lineList into two records one for credit and one for debit based on the two elements in the arr...