Hi friends please go through my issue,
suppose we have three cities names like Banglore,chennai,mumbai and my question is, i want to get outputs like this
Banglore
Chennai,mumbai
if anyone knows this please reply for this
Check on "tokenize" built in service based on input which you get and the values that needs to be extracted- if it is in format a,b,c - tokenize values with delimiter ',' and pass extracted values to seperate sting. ping me if this is nt clear or in case your requirement is different
Goattavispoda
Hi friends please go through my issue,
suppose we have three cities names like Banglore,chennai,mumbai and my question is, i want to get outputs like this
Banglore
Chennai,mumbai
if anyone knows this please reply for this
Pavan
What's your Question? Should they be appearing in Alphabetical order ?
Goattavispoda
no Pavanarab
Neelima
in wMpublic-->string qe have a option for accending and decending order ...
Pavan
Can you elaborate your question ?
Goattavispoda
suppose there is A,B,C i want A in one line and B,C in one line
Nancy
Check on "tokenize" built in service based on input which you get and the values that needs to be extracted- if it is in format a,b,c - tokenize values with delimiter ',' and pass extracted values to seperate sting. ping me if this is nt clear or in case your requirement is different
Goattavispoda
suppose if we tokenize string we get the output like
Goattavispoda
A in oneline and B in one line and c in one line....but i want to get A in one line and B,C in one another line.
Pavan
If you have 20 inputs, you want 1st Input in first line and rest all in 2nd line ?
Goattavispoda
i have the input like A,B,C,i want my output should be like A in first line and B,C in second line
Sashi
Hard code the output value as %A%
%B%,%C% and select da overwrite pipeline value option enabled