TxtLoadOptions constructor

__init__(self)

Creates the options for loading text file.


def __init__(self):
    ...

Remarks

The default load file type is CSV .

__init__(self, load_format)

Creates the options for loading text file.


def __init__(self, load_format):
    ...
ParameterTypeDescription
load_formatLoadFormatThe loading format

See Also