I think I solved the issue.
On Mapping, default array structure was (in my case) $['DetailedRecords'][0][TYPE] --> [TYPE] being TYPE the column name.
[0] is taking only first index.
I am mapping
Collection reference > $['DetailedRecords']
I tried mapping [TYPE] --> [TYPE] and it is working now