🎉 Try the public beta of the new docs site at algolia.com/doc-beta! 🎉
Tools / Crawler / APIs / Configuration
Type: string[]
Parameter syntax
externalData: [
  'myCSV',
]

About this parameter

Defines the list of external data sources you want to use for this configuration, and make available to your extractor function.

Once you’ve set up external data sources in their configuration tab, you can reference them in this property using their unique name.

Examples

1
2
3
{
  externalData: ['myCSV'],
}
Did you find this page helpful?