Skip to content

Commit df476e5

Browse files
committed
Minor edits
1 parent 1298f64 commit df476e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/connections/reverse-etl/setup.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Set up Reverse ETL
33
beta: false
44
---
55

6-
There are four components to Reverse ETL: Sources, Models, Destinations, and Mappings.
6+
There are 4 components to Reverse ETL: Sources, Models, Destinations, and Mappings.
77

88
![Reverse ETL overview image](images/RETL_Doc_Illustration.png)
99

@@ -172,8 +172,8 @@ Select array | This enables you to send all nested properties within the array.
172172
173173
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.
174174

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.
177177

178178
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.
179179

@@ -192,9 +192,9 @@ For example, if you opt to sync null values with your destination and an end use
192192
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.
193193

194194
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.
196196
2. Select the destination and the mapping you want to edit.
197-
3. Click Edit mapping.
197+
3. Click **Edit mapping**.
198198
4. Under **Optional fields**, select the field you want to edit.
199199
5. In the field dropdown selection, disable the **Sync null values** toggle.
200200

0 commit comments

Comments
 (0)