i am having a csv file and it is passed to the tokenize and
is passed to the three different fields without setting the
indices property.
my question is to which variable which value goes or all
the tokenized fields tobe passed?
for eg:santosh.giridhar_satish_satish.csv-->tokenize what
will happen
Answers were Sorted based on User's Feedback
Answer / siva subrahmanyam
pub.string.tokenize service takes 2 inputs, the string to be tokenzied and the delimiter character which is comma in this case as the file is .csv file.
It produces one output valueList at a stretch which is the array of strings tokenized from the inString.
I don't think there is scope to set indices property and map each value to one variable on the output.
Thanks
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / hukam bairwa
If indices value is not set and we directly map the valueList to some variables (three in this case), all three variables will have same value because it will take inital index value i.e 0th position value.
| Is This Answer Correct ? | 6 Yes | 3 No |
If your not setting indies property means. you will get the output below.
santosh.giridhar_satish_satish.csv
if delimeter _
0 santosh.giridhar
1 satish
2 satish.cs
| Is This Answer Correct ? | 3 Yes | 2 No |
How to Change the Order of Steps in a Flow Service?
what is indices in MAP flow step?
when we are using loop and when we use repaet?
What is Modeler
In JMS can we publish a document to multiple brokers ? If Possible ,how can we achieve that ?
Join types in Trigger?Explain?
What is the file (.jar) name that sharing between WebMethods integrated with JD Edwards???
difference between 8x and 9x
Explain what are the new features in 8.0 compared to 7.1?
How to find dependents of a selected element on the server?
what is the difference between a loop and a repeat?
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?