Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Image RemovedImage Added

File Format: Select the required file format from the dropdown.

Info

Once the File Format is selected, all the related configurations will appear.

  • Parquet

Expand
titleA parquet file is a type of column-oriented file format where the data in each column is stored independently. It contains a table-type format to store the data.
  • Delimited

Expand
titleA parquet file is a type of column-oriented file format where the data in each column is stored independently. It contains a table-type format to store the data.

Header Row:

Delimiter:

Custom Delimiter:

Anchor
Escape-Character
Escape-Character
Escape Character: An Escape character and a Text Qualifier create a sequence recognized and ignored during parsing. Its purpose is to allow the use of escape sequences in the data that would otherwise be seen as delimiter occurrences.

Info

The character preceded by a backslash (\) is known as an escape character.

An escape character will come into the picture when there is a delimiter in the data. It is used to escape the delimiter only.

Anchor
Text-Qualifier
Text-Qualifier
Text Qualifier: Text qualifier is used in the event that delimiters are contained within the row cell. If the cell contains a delimiter and a text qualifier is not used, then the data that occurs after the delimiter will spill into the next column.

Info

The Text Qualifiers are single (' ') or double (“ “) quotation marks around data elements to identify the element as text- or character-based data.

A text qualifier is a character used at the beginning and end of a field value.

  • Json

Expand
titlePlain text file is written in the syntax of JSON

Upload: Click the Upload button to upload the data file. Select the required file needed to upload and click Upload.

Note

The selected file size must be less than 2MB.

Info

The View Batch Schema button gets enabled after uploading the selected file.

View Batch Schema: Allows you to view and modify the selection of source schema.


Source Data Format

All the available parent column names in the uploaded data file will appear here.

Filter: It allows you to search and filter the specific columns here. Scroll down manually to see the entire list.

Column list: As required, you can select or deselect the parent column name list of the left-hand side drawer.

By default, all the columns available in the source data format are selected.

JSON: JSON schema will update dynamically when columns/keys are selected or deselected from the left-hand side drawer. It displays the standardized schema structure that needs to be mapped in the project schema.

Users can only view the standardized schema structure.

  • After changes, copy the created entire schema and paste it into the defined project schema at the right-hand side drawer.

  • Click Save Changes to save the configuration.


Related Topics

Batch Listener (Copy)

Parsing Inputs

Interval and Output