Record
See below to format a stream of tabular data, which you can use to read from and write to a relational database, for example.
Setting Stream Properties
Record streams don't have properties. To configure record streams, you define stream fields that map to record fields.
Defining Stream Fields
Define the field name and data type to define a field in a record stream:
| Field name | Specify the field's name. |
|---|---|
| Data type | Select String, Boolean, Integer, Double, Decimal, DateTime, or Binary. |
Note
Note the following conditions for a field name to be valid:
-
A forward slash (/) can't be used.
- There isn't a limit on the length of the field name.
- The field name is case sensitive.
- You can use non-ASCII characters and single-byte space character.