- biGENIUS-X Knowledge Base
- Generators
- Properties
-
Getting Started
-
General Overview
-
Application Modules
- Administration
- Global Features
- Solutions
- Projects
- Branches
- Source Systems
- Dataflow Modeling - Overview
- Dataflow Modeling - Wizard Steps
- Dataflow Modeling - Terms
- Dataflow Modeling - Term Mapping
- Dataflow Modeling - Relationships
- Relationship Modeling
- Generate Artifacts
- Project Settings
- Data Marketplace
-
Generators
-
Discovery application
-
Best Practices
-
FAQs
-
Product Release Notes
-
Legal Documents
File Format (Model Object)
Description
The Property named File Format is available when you edit a Model Object for the Spark Generator.
It defines the format of the target table.
Format
The File Format is a List of values.
The possible values are:
- delta:
- The target table format will use the delta framework: data are saved in parquet files, and a log is maintained (JSON files in a _delta_log folder) containing meta-information about the executed actions and data saved
Example:
Default Value
The default value for all Model Objects is delta.