talkvalue path import is the CLI surface of the bulk CSV import feature. The flow has four scriptable steps: upload and analyze the file, create the job with a column mapping, monitor the job until it reaches a terminal state, and export any rows the server rejected. The same pipeline backs the dashboard import wizard.
Subcommands
Typical workflow
analyze produces a new fileKey without touching prior imports, and get is a read. Only create writes, and the resulting job has its own ID so repeating the command queues a second import rather than overwriting the first.
See also
- Recipe: CSV import. The end-to-end script that drives this group.
- CSV import. The dashboard wizard the CLI mirrors.
- Column mapping. The target-field reference shared by both surfaces.
path channel list. Find thesourceId(channel ID) you import into.
