Loader for the CASA aircraft register files. These are CSV files with the column format defined here: https://www.casa.gov.au/standard-page/data-files-field-definitions

Constructors

Methods

Constructors

Methods

  • List all the registration entries described by the source file.

    Parameters

    • source: string | Blob | ReadableStream<any> | Readable

      The path to the file to load. May be absolute or relative path

    Returns Promise<RegistrationData[]>

    The entries found in the file, as parsed. If nothing is found, returns a zero length array