Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Description:
When attempting to create a schema file from a JSON object using the "BW Json Utils >
Create Schema from JSON payload", no error or popup is seen and the schema is not created.
Symptoms:
No error, popup or schema created.
Cause:
JSON nulls are not supported in BW 6.2.x. This is documented at https://docs.tibco.com/pub/activematrix_businessworks/6.2.2/doc/html/GUID-8758335B-281D-4691-98AD-56BF1BF0FAD2.html .
Change the MoveInDate to a non null value in the JSON payload as shown below.
Example:
Change
"MoveInDate" : null,
To
"MoveInDate" : "2014-07-1713:18:00",