Hi all,
In the input side, i have single document and it having a some datum.
I want to split up this datum into two strings like String A & B, The only option i have to split it with the conditional keyword called action, most probably it is the only word which correctly split the string into two.
Problem i am facing here is 1/50 document have the word like reaction, which occurs multiple times the same keyword (action) within the datum.
Since i tried to give the split keyword like " action" to avoid these but it encounter "Index was outside the bound of the array"
Did any one help me to resolve this issue?
Regards,
Deepakkumar G.