cancel
Showing results for 
Search instead for 
Did you mean: 

CamelFileName creation in HCI

former_member233212
Participant
0 Kudos

Hi Experts,

I wanted to know if I can substring the value in property of my content modifier.

I've referred this blog but not working.

https://blogs.sap.com/2016/11/25/get-to-know-camels-simple-expression-language-in-hci/

Please suggest.

Regards,
Vidhya

Accepted Solutions (0)

Answers (1)

Answers (1)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vidhya,

Isn't the following piece of code what the blog tells can be done:

${property.MyStringProperty.substring(0,4)} = 'test'

Regards,
Ivan