cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CPI: SubString Function Issue while mapping target field

babruvahana
Contributor
9,836

Hi Experts,

I working on a mapping where I need to restrict the char length of the source field.

If the character length is less than the character count defined in the substring function, the mapping fails with String out of index

The same mapping workings in PI. But it failed in CPI.

Is it a normal behavior or I am doing wrong with my mapping or any other ways to achieve this simple mapping in CPI?

Any pointers would be of great help.

View Entire Topic
jorgeh
Explorer

Is the normal behaviour

Concatenate after string some blank values and then use trim function

If node doesn't exist force with standard function mapwithdefault

babruvahana
Contributor
0 Likes

Hi jorgehnga

Thanks for the response.

I did the following change, but still, it is failing with the same error. Do I need to change anything else?