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 0x7f2bfb183490>] = None, list_models: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f2bfb183510>] = False, create: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f2bfb181f90>] = True, update: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f2bfb19c0d0>] = True, delete: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f2bfb19c2d0>] = False, fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f2bfb19c4d0>] = None, excluded_fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f2bfb19c6d0>] = None, keys: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f2bfb19c890>] = None, max_create: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f2bfb19ca50>] = None, max_update: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f2bfb19cc10>] = None, max_delete: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f2bfb19cdd0>] = None, max_total: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f2bfb19cf10>] = None, warnings: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f2bfb19d050>] = False, warnings_recipients: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f2bfb19d190>] = None, warnings_max_diffs: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f2bfb19e3d0>] = 15, dry_run: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f2bfb19e490>] = False, input_file_path: ~pathlib.Annotated[~pathlib.Path, <typer.models.OptionInfo object at 0x7f2bfb19e610>] = None)[source]

Import data from CSV file(s) to Wutta DB