Skip to content

Commit ab644bf

Browse files
committed
codeblock formatting
1 parent 0406607 commit ab644bf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/connections/reverse-etl/manage-retl.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ When you set up destination actions in Reverse ETL, depending on the destination
8181
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.
8282

8383
Example:
84-
84+
85+
```json
8586
{
8687
"product": {
8788
"id": 0001,
@@ -91,6 +92,7 @@ Example:
9192
"inventory": 500
9293
}
9394
}
95+
```
9496

9597
To send data to a mapping field that requires object data, you can choose between these two options:
9698

@@ -108,7 +110,7 @@ To send data to a mapping field that requires array data, the model must provide
108110

109111
Example:
110112

111-
113+
```json
112114
[
113115
{
114116
"currency": "USD",
@@ -124,7 +126,7 @@ Example:
124126
"quantity": 2
125127
}
126128
]
127-
129+
```
128130

129131
To send data to a mapping field that requires array data, you can choose between these two options:
130132

0 commit comments

Comments
 (0)