File Adapter Restrictions

Note the following File Adapter restrictions.

  • Oracle Integration does not support reading and writing the BOM mark in a payload.

  • The File Adapter only supports homogeneous arrays in JSON. Heterogeneous arrays in JSON samples and payloads are not supported. An example of a heterogeneous array is as follows:
    {
        "example": [
             "kumar",
            {
                "firstName": ["John"],
            },  
            {
                "length": 100,
                "width": 60,
                "height": 30
            }
    ]
    }
  • Uploading a schema without a target namespace in the File Adapter is supported only for an XML schema and not supported for comma separated values or a native schema.