Skip to content

Commit

Permalink
Improve the docs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
mike4git authored and jdreesen committed Jan 31, 2023
1 parent 35c6293 commit efc200a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,17 @@ neusta_converter:
phoneNumber: phone
```
Which will populate the `email` property of the target object with the `email` property of the source object and the
`phoneNumber` property of the target object with the `phone` property of the source object.
Which will populate
`email` (property of the target object)

with `email` (property of the source object)

and

`phoneNumber` (property of the target object)

with `phone` (property of the source object).

> Note: the source and the target property must be of the same type for this to work.

Expand Down

0 comments on commit efc200a

Please sign in to comment.