Tools
        /
          Crawler
        /
          APIs
        /
          Configuration
  
        
          
          
          
        
        Jan. 17, 2022
      
  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 in their configuration tab, you can reference them in this property using their unique name.
Examples
Copy
1
2
3
{
  externalData: ['myCSV'],
}
Did you find this page helpful?