How can i merge multiple object in single object?
eg:
[0: {Category: "investment-customer-view", Action: "pay term", Label: "25"}
1: {Category: "investment-customer-view", Action: "pay term", Label: "25"}
2: {Category: "investment-customer-view", Action: "policy term", Label: "25"}] into
obj={
Category: "investment-customer-view", Action: "pay term"Label: "25",
Category: "investment-customer-view", Action: "pay term", Label: "25",}
form

Jignesh KumarPosted Aug 9, 2020, 2:41 AM
Laxmidhar SahooPosted Aug 8, 2020, 5:24 AM
Darshan ShahPosted Aug 8, 2020, 2:03 AM
Farhan AhmedPosted Aug 7, 2020, 12:09 PM