In some cases, you can enhance the ease and accuracy of navigation or of searches on search terms by performing operations known as transformations on your data structures.
Guided Search supports three types of transformations:
split-regexSplits the value of a dimension or property and assigns each part of the split value to a new dimension or property.split-jsonpathReplaces the JSON value of a property with values that it extracts from the JSON.concatenateConcatenates the values of dimensions or properties into a single new dimension or property.
One or more transformations can be performed on a single attribute (property or dimension). Transformations are in all cases optional.
The following sections describe each of these transformations.

