Skip to content

Commit 3702389

Browse files
committed
[netlify-build]
1 parent 876020a commit 3702389

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/connections/reverse-etl/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ The Segment Connections destination enables you to mold data extracted from your
169169
> warning ""
170170
> The Segment Connections destination sends data to Segment’s Tracking API, which has cost implications. New users count as new MTUs and each call counts as an API call. For information on how Segment calculates MTUs and API calls, please see [MTUs, Throughput and Billing](/docs/guides/usage-and-billing/mtus-and-throughput/).
171171
172-
## Supported Object and Arrays
172+
## Supported object and arrays
173173

174-
When you set up destination actions in Reverse ETL, depending on the destination, some mapping fields may require data to be in the form of an object or array.
174+
When you set up destination actions in Reverse ETL, depending on the destination, some [mapping fields](#step-4-create-mappings) may require data to be in the form of an [object](#object-mapping) or [array](#array-mapping).
175175

176176
### Object mapping
177177
You can send data to a mapping field that requires object data. An example of object mapping is an `Order completed` model with a `Products` column that’s in object format.
@@ -192,8 +192,8 @@ To send data to a mapping field that requires object data, you can choose betwee
192192

193193
Option | Details
194194
------ | --------
195-
Customize Object | This enables you to manually set up the mapping fields with any data from the model. If the model contains some object data, you can select properties within the object to set up the mappings as well.
196-
Select Object | This enables you to send all nested properties within an object. The model needs to provide data in the format of the object.
195+
Customize object | This enables you to manually set up the mapping fields with any data from the model. If the model contains some object data, you can select properties within the object to set up the mappings as well.
196+
Select object | This enables you to send all nested properties within an object. The model needs to provide data in the format of the object.
197197

198198
> success ""
199199
> Certain object mapping fields have a fixed list of properties they can accept. If the names of the nested properties in your object don't match with the destination properties, the data won't send. Segment recommends you to use **Customize Object** to ensure your mapping is successful.
@@ -226,8 +226,8 @@ To send data to a mapping field that requires array data, you can choose between
226226

227227
Option | Details
228228
------ | --------
229-
Customize Array | This enables you to select the specific nested properties to send to the destination.
230-
Select Array | This enables you to send all nested properties within the array.
229+
Customize array | This enables you to select the specific nested properties to send to the destination.
230+
Select array | This enables you to send all nested properties within the array.
231231

232232
> success ""
233233
> Certain array mapping fields have a fixed list of properties they can accept. If the names of the nested properties in your array don't match the destination properties, the data won't send. Segment recommends you to use the **Customize array** option to ensure your mapping is successful.

0 commit comments

Comments
 (0)