Jump to content

Anyone have a workaround to the REST and MAPPER connector limitations of no array of an array


Quentin Goin

Recommended Posts

I'm looking for a way to import an array of records from a RestWeb Service while some of the fields could be an array of more data fields as shown below in this example. Has anyone gotten a swagger to work with the TCI REST connector in this case Or come up with a workaround to get the MAPPER connector to work

[

{

"id": 1,

"customer-addresses": [

{

"id": 1,

"created-at": ""

}

]

},

{

"id": 2,

"customer-addresses": [

{

"id": 1,

"created-at": ""

}

]

}

]

Any tips or ideas would be appreciated.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...