Class - builtin.flatfile.flatfile.iov2.dbf.DbfInput

JSON Schema

DbfInput

DBF file format input

type

object

properties

  • source

Source

The name of the DBF file for processing.

type

string

  • encoding

Encoding

Encoding used for reading the DBF file.

type

string

  • ignorecase

Ignorecase

Whether to ignore case sensitivity in field names.

type

boolean

default

True

  • lowernames

Lowernames

Whether to convert field names to lowercase.

type

boolean

default

False

  • load

Load

Whether to preload the DBF file into memory.

type

boolean

default

False

  • raw

Raw

Whether to load raw data instead of parsed values.

type

boolean

default

False

  • char_decode_errors

Char Decode Errors

How to handle character decoding errors: ‘strict’, ‘ignore’, or ‘replace’.

type

string

default

strict

  • null_char

Null Char

Character used to replace null values in string fields.

type

string

maxLength

1

default

additionalProperties

False