Skip to main content

xSuite Interface Windows Prism 5.x – Online Help

Input Format "InternalJson"

The purpose of this input format is to read embedded or referenced file attachments from a JSON file in internal document format.

Usually, a file such as this is generated via the output format "InternalJson" of another scenario. In principle, however, JSON files generated from third-party applications can also be processed, provided that the structure of the JSON files corresponds to the internal format at least in applicable properties.

An example of the structure can be generated by a test scenario with the output format "InternalJson". The following properties in the JSON file are important for reading the file attachments:

  • Attachments[].Name: name of the file attachment

  • Attachments[].OriginalFile: relative or absolute path of an attachment that is carried as an external file reference

  • Attachments[].Data: Base64 encoded string of an embedded attachment