Hello,
I have a column of data that is of the following format:
611,1,X;323,1,C;209,1,R;119,1,Y;86,1,P
I am splitting a field based on ';' and on each of the split values calling on a function (an arbitrary example is the substring function.) Substring works on all of the values except the 86,1,P. What do I need to modify to include this field as well?
Thanks,
Mika
I have a column of data that is of the following format:
611,1,X;323,1,C;209,1,R;119,1,Y;86,1,P
I am splitting a field based on ';' and on each of the split values calling on a function (an arbitrary example is the substring function.) Substring works on all of the values except the 86,1,P. What do I need to modify to include this field as well?
Thanks,
Mika