The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

Recommended Posts

Posted

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.

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