Class: DataFetcher

GovernmentIntelligence/MinistryAnalysis~DataFetcher()

Data Fetcher

Constructor

new DataFetcher()

Source:

Methods

parseCSVLine(line) → {Array.<string>}

Parse a single CSV line with support for quoted fields

Parameters:
Name Type Description
line string

CSV line to parse

Source:
Returns:
  • Array of values
Type
Array.<string>