Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

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

...