Skip to content

Commit 41d80dd

Browse files
committed
added snake and kebab case as per Anand
1 parent 1ec4436 commit 41d80dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols/transform/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Here's a list of Segment Transformations with some use case examples.
117117

118118
- **Add a new property name and assign a value:** If you want to create a new property and set a static value, use [Segment's Public API](https://docs.segmentapis.com/tag/Transformations){:target="_blank"} to create `new_property: static_value`. Segment currently supports setting static values for top-level fields with `propertyValueTransformations`. However, Segment doesn't support changing fields outside the properties or traits object with `propertyRenames`.
119119

120-
- **Change property value casing:** Transform property value casing to lowercase, uppercase, or title case. For example, Transform the property value `united states` to `USA` to remain consistent with your data tracking.
120+
- **Change property value casing:** Transform property value casing to lowercase, uppercase, snake case, kebab case, or title case. For example, Transform the property value `united states` to `USA` to remain consistent with your data tracking.
121121

122122

123123
> info ""

0 commit comments

Comments
 (0)