wuttasync.cli.import_csv

See also: wutta import-csv

wuttasync.cli.import_csv.import_csv(ctx: ~typer.models.Context, models: ~typing.Annotated[~typing.List[str] | None, <typer.models.ArgumentInfo object at 0x7fbcaf8f5310>] = None, list_models: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fbcaf8f5390>] = False, create: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fbcaf8f5350>] = True, update: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fbcae91f610>] = True, delete: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fbcae91f710>] = False, fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fbcae91f810>] = None, excluded_fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fbcae91f990>] = None, keys: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fbcae91fb10>] = None, max_create: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fbcae91fc90>] = None, max_update: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fbcae91fe10>] = None, max_delete: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fbcae91ff90>] = None, max_total: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fbcae930150>] = None, dry_run: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fbcae9302d0>] = False, input_file_path: ~pathlib.Annotated[~pathlib.Path, <typer.models.OptionInfo object at 0x7fbcae930450>] = None)[source]

Import data from CSV file(s) to Wutta DB