Upload a local CSV or Excel file to Landbase to create a new dataset. The returned dataset ID is used with match, enrich, and other workflow commands.
upload
Usage
landbase-cli upload <file> [flags]
Path to a .csv or .xlsx file to upload.
Flags
| Flag | Default | Description |
|---|
--name=<value> | — | Name for the new dataset |
--no-update-check | — | Skip the daily update check |
--verbose | — | Print request/response details to stderr |
Examples
# Upload a CSV file
landbase-cli upload ./contacts.csv
# Upload and assign a name
landbase-cli upload ./contacts.csv --name="Q1 Prospects"
# Upload an Excel file
landbase-cli upload ./crm_export.xlsx --name="CRM Export"