Mapper 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 Mapper for more information.
Version 1.1.1
Released November 8, 2021.
New And Noteworthy
There are no new features in this release.
Closed Issues
SCMAPPER-358
When using the Mapper connector to parse the response content via a lookup or fetch block the following error is generated:
Message: After parsing a value an unexpected character was encountered.
Known Issues
There are no Known Issues in this release.
Version 1.1.0
Released October 12, 2021.
New And Noteworthy
-
We have reorganized the Connection's entity list to make it easier to configure and manage connections with multiple entities.
-
Each entity now has an Entity Preview feature to display the output schema of the sample, or provide detailed validation errors.
-
When a new connection for the TIBCO Scribe® Online Connector for Mapper is created with an invalid JSON, a validation error is generated.
Note: Existing connections are not affected unless any changes are made to them. If any changes are made to the existing connections, they are validated against the new validation method. -
Polymorphic JSON, such as
{"prop1":["str", true, 1]}
is not supported. (Case # 01900582)Note: When polymorphic JSON is provided in the sample JSON, it will be treated as a single type JSON, which may validate and connect successfully. -
Added support for Sample CSV (comma separated values) for content that includes or does not include a header row.
Closed Issues
SCMAPPER-163
The Mapper Connector incorrectly assigned the datatype Int32 to epoch timestamps which generated errors similar to the following:
Message: Value was either too large or too small for an Int32. (Case # 01928684)
SCMAPPER-161
In some cases, the Test button is disabled when configuring a Mapper Connection because the sample pasted in one of the Sample fields is not detected.
Version 1.0.0
Released September 21, 2020.
New And Noteworthy
The TIBCO Scribe® Online Connector For Mapper serializes and deserializes content based on a sample data structure, such as JSON. It can be used in conjunction with other connector extensions, such as the HTTP Connector.
The Connector for Mapper supports the following operations:
- Serialize — Converts inbound data to the content type/format, such as JSON, selected for the entity configured in the Mapper connection dialog.
- Add — Used in conjunction with the Serialize Block to add records to an entity.
- Fetch —Deserializes an input string based on the content type selected for the entity configured in the Mapper connection dialog, such as JSON.
Closed Issues
There are no Closed Issues.