Class - builtin.flatfile.flatfile.iov2.dbf.DbfInput
¶
JSON Schema¶
DbfInput¶
DBF file format input |
||
type |
object |
|
properties |
||
|
Source |
|
The name of the DBF file for processing. |
||
type |
string |
|
|
Encoding |
|
Encoding used for reading the DBF file. |
||
type |
string |
|
|
Ignorecase |
|
Whether to ignore case sensitivity in field names. |
||
type |
boolean |
|
default |
True |
|
|
Lowernames |
|
Whether to convert field names to lowercase. |
||
type |
boolean |
|
default |
False |
|
|
Load |
|
Whether to preload the DBF file into memory. |
||
type |
boolean |
|
default |
False |
|
|
Raw |
|
Whether to load raw data instead of parsed values. |
||
type |
boolean |
|
default |
False |
|
|
Char Decode Errors |
|
How to handle character decoding errors: ‘strict’, ‘ignore’, or ‘replace’. |
||
type |
string |
|
default |
strict |
|
|
Null Char |
|
Character used to replace null values in string fields. |
||
type |
string |
|
maxLength |
1 |
|
default |
||
additionalProperties |
False |