TxtLoadOptions Konstrukteur

TxtLoadOptions()

Erstellt die Optionen zum Laden einer Textdatei.

def __init__(self):
    ...

Bemerkungen

Der standardmäßige Ladedateityp ist CSV .

TxtLoadOptions(load_format)

Erstellt die Optionen zum Laden einer Textdatei.

def __init__(self, load_format):
    ...
ParameterTypBeschreibung
load_formatLoadFormatDas Ladeformat

Siehe auch