Skip to main content

Bulk Capability Import

Overview

Import large batches of capabilities from external systems or HR platforms.

SDK Example

// Auto-generated from SDK - Coming Soon
await capabilityGraph.bulkImport({
  source: 'workday-export',
  format: 'csv',
  mappings: skillMappings,
  validationLevel: 'strict',
});

Use Cases

  • System migration
  • HR integration
  • Large-scale onboarding
  • Legacy data import

See Also

  • Import LinkedIn Credentials (Passport)
  • Import University Degree (Passport)
  • Grant Capability with Evidence

← All patterns