You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -172,8 +172,8 @@ Select array | This enables you to send all nested properties within the array.
172
172
173
173
Objects in an array don't need to have the same properties. If a user selects a missing property in the input object for a mapping field, the output object will miss the property.
174
174
175
-
### Handling Nested Objects and Arrays
176
-
Segment's warehouse pipeline flattens nested fields in context, traits, and properties. As part of this process, any nested arrays or objects within these fields are automatically stringified when sent to downstream destinations via Reverse ETL.
175
+
### Handling nested objects and arrays
176
+
Segment's warehouse pipeline flattens nested fields in context, traits, and properties. As part of this process, any nested arrays or objects within these fields are stringified when sent to downstream destinations with Reverse ETL.
177
177
178
178
If your destination expects specific fields to be formatted as arrays or objects rather than strings, you'll need to convert the data back to its original structure before mapping.
179
179
@@ -192,9 +192,9 @@ For example, if you opt to sync null values with your destination and an end use
192
192
By default, Segment syncs null values from mapped fields to your downstream destinations. Some destinations do not allow the syncing of null values, and will reject requests that contain them. Segment disables the option to opt out of syncing null values for these destinations.
193
193
194
194
To opt out of including null values in your downstream syncs:
195
-
1. Navigate to Connections > Destinations and select the Reverse ETL tab.
195
+
1. Navigate to **Connections > Destinations** and select the **Reverse ETL** tab.
196
196
2. Select the destination and the mapping you want to edit.
197
-
3. Click Edit mapping.
197
+
3. Click **Edit mapping**.
198
198
4. Under **Optional fields**, select the field you want to edit.
199
199
5. In the field dropdown selection, disable the **Sync null values** toggle.
0 commit comments