XML Release Notes
Release notes are displayed in descending order from the most recent release to the oldest. Known Issues are listed with the most recent release.
See TIBCO Scribe® Online Connector For XML for more information.
Version 1.0.0
Released August 8, 2017.
New And Noteworthy
The Connector for XML supports the following:
- Reading data from or writing data to an XML file on the local file system.
- Using XML Schema Definition (XSD) files to support simple properties, complex properties, and Collections.
Supports hierarchical data using the following special operations:
- CreateWith — Container Block used to collect all of the data for a single record before writing the entire record to the target. For example, if the record is a SalesOrder containing five SalesOrderItems, the CreateWith Block, along with an Add Block, retrieves both the SalesOrder and the associated SalesOrderItems and writes the entire record at once to the target. Each record is stored in a separate XML file.
- BuildWith — Container Block used when the source data is not hierarchical, or does not have defined relationships, but you need to write the data in a hierarchical format with multiple records per file. For example, if you have a list of Books in SQL and you want create a single XML file with BookList as the parent and the individual Books as children, the BuildWith Block adds all Books to a single XML file. The CreateWith Block creates a separate XML file for each Book.
- Add — Used for hierarchical data to add child records to the parent selected in the CreateWith or BuildWith Block.
Closed Issues
There are no Closed Issues in this release.
Known Issues
48183 / SCCORE-811
Summary: If you make changes to the XSD schema file used in an XML Connection, schema changes may be ignored by existing flows if the schema changes involved adding or removing fields, or if names for new fields and entities contain special characters and thus are renamed internally.
Workaround: Configure a new XML Connection using the new schema. Update your flows to use the new Connection and then delete the old XML Connection.
SCXML-10
Summary: The Connector cannot read or display plain text that follows a Complex Element configured with mixed content in the Query Block Preview or in target operation Blocks. <xs:complexType mixed="true"> (Case # 01930493)
Workaround: None.