Load a .dbf, .dbfs, .xbf, .dbt file.

Parameters:
The ReadXBF action is used to load data from legacy database file formats into the ETL pipeline. It supports a wide range of DBF-related formats, including files with associated memo storage.
This action can open and parse:
.DBT memo files).XBF, .DBF, .DBFS, .DBT file extensionsInput file
Path to the DBF/XBF file to be loaded. Files can be selected from shared folders or assets.
Encoding
Defines how text fields are decoded. Options include:
Latin1 – local 8-bit encoding without BOMutf-8 – Unicode support for international charactersLevel 7 or more DBF file
Toggle this on if your file is in dBase Level 7 or newer format.
Load everything into memory (Memo/DBT/FPT) for faster processing
When enabled, loads associated memo files fully into memory to speed up access.
Minimal memory buffer size
Sets the minimum buffer size (in MB) to allocate during file reading. Default is 1 MB.
This action is designed for ETL processes that need to extract data from legacy database systems or geographic files. It is particularly useful for:
Notes:
- Ensure the encoding matches the character set used in the source file.
- If the DBF file references memo fields, the associated
.DBTor.FPTfiles must be present and correctly linked.
