Module: Exa::Constants::Websets

Defined in:
lib/exa/constants/websets.rb

Constant Summary collapse

ENTITY_TYPES =

Valid entity types for websets

%w[company person article research_paper custom].freeze
ENRICHMENT_FORMATS =

Valid enrichment formats

%w[text date number options url].freeze
SOURCE_TYPES =

Valid source types for imports and exclusions

%w[import webset].freeze
IMPORT_FORMATS =

Valid import formats

%w[csv].freeze