Import Tasks¶
Use this page for import, bulk ingest, and CSV/JSON-driven operations.
Quick Command Examples¶
Use these as starting templates.
# Import and bulk entity operations
python -m purviewcli entity import-business-metadata --help
python -m purviewcli entity bulk-create --help
python -m purviewcli entity bulk-read --help
# Import glossary terms
python -m purviewcli glossary import-terms --help
# CSV workflow references
python -m purviewcli entity bulk-create-csv --help
python -m purviewcli entity bulk-update-csv --help