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 0x7fe9c77fac90>] = None, list_models: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fe9c77facd0>] = False, create: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fe9c77fb7d0>] = True, update: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fe9c77fb950>] = True, delete: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fe9c77fbb50>] = False, fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fe9c77fbd50>] = None, excluded_fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fe9c77fbf50>] = None, keys: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fe9c77f9990>] = None, max_create: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fe9c7608210>] = None, max_update: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fe9c76083d0>] = None, max_delete: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fe9c7608590>] = None, max_total: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fe9c7608750>] = None, warnings: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fe9c7608910>] = False, warnings_recipients: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fe9c7609bd0>] = None, warnings_max_diffs: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fe9c7609cd0>] = 15, dry_run: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fe9c7609dd0>] = False, input_file_path: ~pathlib.Annotated[~pathlib.Path, <typer.models.OptionInfo object at 0x7fe9c7609fd0>] = None)[source]

Import data from CSV file(s) to Wutta DB