TxtLoadOptions constructor

init

Creates the options for loading text file.

def __init__(self):
    ...

Remarks

The default load file type is CSV .

init

Creates the options for loading text file.

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

See Also