Splitting a field with comma separated values in OIC
Summary
Splitting a field with comma separated values in OICContent
Hi All,
I have the below problem. I have a field as below which I read from a table
Entity_List : "A", "B", "C", "D"....and so on.
The no. of entities is not constant. It can be 1 to N
I need to a set of processing for each entity. So, I have to first read each of the entities separately from this single field. Get the count and for each of them I have to run a set of steps.
Any ideas on how we can split this field? Main issue is the no. of entities can change in each run and we have to determine in dynamically.
Tagged:
0