Integration Technologies - JDE1 (MOSC)

MOSC Banner

Jason different file formats for Orchestration

edited Jun 6, 2019 8:41AM in Integration Technologies - JDE1 (MOSC) 2 commentsAnswered

Hi All,

I have a requirement to input two different jason formats. As mentioned in format 1 when I have single order to create I will get like this, if I have multiple orders to create I will get files like shown in Format 2.  The difference here is  "[  ]" brackets.   Format 1 is not working and format 2 is working. 

Can you please confirm whether it is possible or not on single orchestration.  If yes, please suggest how to handle this. 

Format 1.  which is not working

{

  "Purchase_Orders" : { "Item" : "883705","RequestDate" : "2019/05/25", "DemandSite" : "ABC", "Quantity" : "1","Supplier" : "1000","ShipDate" : "2019/05/25" }}

Format 2.  which is working

{

  "Purchase_Orders" : [{ "Item" : "883705","RequestDate" : "2019/05/25", "DemandSite" : "ABC", "Quantity" : "1","Supplier" : "1000","ShipDate" : "2019/05/25" },

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center