Hi Everyone,
I have one string value which I want to split based on the “,” and want to fill all these values
Tracking Number
Number of Items Missing or Damaged
Merchandise Description
Merchandise Value
Merchandise Value Currency
Consignee Name
Consignee Email Address
Consignee Phone Number
But the issue is when I’m using the split function it’s splitting all the values based on commas.
I must split the sentence into 8 parts which I have highlighted.
Could anyone please suggest a solution to this issue? It would be greatly appreciated.