Hi,
I'm having an array which is having a following types. The delimiter I'm currently using is , (Comma) to separate the columns in the array. This array has more than 5 columns.
The Expression is : split(item(),',')?[7]
1) \"Chemicals, Material & Sustainability\"
2) Digital Services & Solutions
How to eliminate the commas inside the string (From Example 1) by not considering that as a delimiter.
Thanks