Комментарии:
Nice information, TQ u
ОтветитьAccording to the documentation u kept in drive....the lib-management-system-sapi GET LIBRARIES respose is
{"Libraries": [{
"libraryCode": "IBS112",
"libraryBranch": "Miyapur",
"totalBooks": 200,
"availableBooks": 54,
"booksRented": 146
},
{. "libraryCode": "IBS111",
"libraryBranch": "Secunderabad",
"totalBooks": 130,
"availableBooks": 69,
"booksRented": 61
}
]}
But we got in the transformation response as
[{ "libraryCode": "IBS112",
"libraryBranch": "Miyapur",
"totalBooks": 200,
"availableBooks": 54,
"booksRented": 146
}]
Why didn't u do the transformation of Dataweave according to the ibs-library-management-system-sapi documentation response?
Why are u doing this in process api?
Because this complete thing is under sapi in the documentation?