Forum Discussion

jfpelletier's avatar
jfpelletier
Contributor
2 years ago
Solved

CSV parser cannot parse data

I have an array of the following form:

I want to convert this array of objects into a single object that has the same fields along with Debit_Amount and Credit_Amount fields summed up.

Any help is appreciated!