Quentin Goin Posted January 8, 2021 Posted January 8, 2021 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.
Nick Roelandt Posted January 12, 2021 Posted January 12, 2021 Hi Quentin, Please make sure in your example JSON the data is completed. It doesn't like empty values for arrays in such an example. thanks Nick
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now