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 0x7fdae9e89d10>] = None, list_models: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fdae9e89c90>] = False, create: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fdae859b310>] = True, update: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fdae859b3d0>] = True, delete: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fdae859b4d0>] = False, fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fdae859b5d0>] = None, excluded_fields: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fdae859b750>] = None, keys: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7fdae859b8d0>] = None, max_create: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fdae859ba50>] = None, max_update: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fdae859bbd0>] = None, max_delete: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fdae859bd50>] = None, max_total: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7fdae859bed0>] = None, dry_run: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7fdae85bc090>] = False, input_file_path: ~pathlib.Annotated[~pathlib.Path, <typer.models.OptionInfo object at 0x7fdae85bc210>] = None)[source]¶
Import data from CSV file(s) to Wutta DB