You're viewing an archived version of our docs. Check out our current documentation →
Tools / Crawler / APIs / Configuration

Crawler: ExternalData

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, you can reference them in this property using their unique name.

Examples

1
2
3
{
  externalData: ['myCSV'],
}