Skip to main content
Dependencies:
  • ProphecySparkBasicsPython 0.0.1+
  • ProphecySparkBasicsScala 0.0.1+
Cluster requirements:
  • UC dedicated clusters 14.3+ supported
  • UC standard clusters not supported
  • Livy clusters not supported
A Fixed Format (Fixed-Length Format) file type:
  • Is a text file where each field or column occupies a predetermined, constant number of characters in each record.
  • Can parse and process quickly because the software knows exactly where to find each field.
  • Is often used in legacy systems, data exchange, and performance-critical applications.

Parameters

Source

The Source gem reads data from Fixed Format files and allows you to optionally specify the following additional properties.

Source Properties

Example

Fixed format source example

Compiled code

To see the compiled code of your project, switch to the Code view in the project header.

Target

The Target gem writes data to Fixed Format files and allows you to optionally specify the following additional properties.

Target Properties

Supported write modes

Example

Fixed format target Example

Compiled code

To see the compiled code of your project, switch to the Code view in the project header.