cancel
Showing results for 
Search instead for 
Did you mean: 

Length restriction for value in value mapping

Former Member
0 Kudos

Hi,

I need to use value mapping for one scenario. The value which I need to store in value mapping cache is a long string. But value mapping allows me to store value upto 100 characters only. If I use ValueMappingReplication then it allows me 120 characters for single value.

Can this maximum length set be changed? Suppose I want to store String of 200 characters then how it can be possible?

Thanks,

Bhargav

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Not sure if the length restriction can actually be changed.

One more workaround( if you prefer) is doing a CSV file lookup from a UDF.

Refer the second post in this thread:

Again, don't know if its the best of options.

Former Member
0 Kudos

I am not sure about the length,but work around can be

split the message into two parameters and use concat at the mapping for the same

but need to check waht is the data you want to fetch from there..

Rajesh