How can I truncate string value into a certain length in the geoevent server? I am trying with field calculator with the following:
expression: LEFT([input_string_field],254)
target: Existing Field
Existing Field Name: definition, [input_string_field]
any suggestion?