You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
File Format: Select the required file format from the dropdown.
For Example: Parquet, Delimited, Json
Parquet: A 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: A delimited file is a sequential file with column delimiters. The lines in the file represent rows, and the columns are created by separating the values on each line by a specific character, like a Pipe.
Json: : Plain text file is written in the syntax of JSON
A 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.
A 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:
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.
An escape character will come into the picture when there is a delimiter in the data. It is used to escape the delimiter only.
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.
A text qualifier is a character used at the beginning and end of a field value.
Plain 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.
View Batch Schema: Allows you to view and modify the selection of source schema.
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.