Constructors

Methods

  • Begins importing data from the specified file resources. This uploads the corresponding file and uses the import request object to convert rows in the files to objects. Start a new import

    Parameters

    • Optionalfiles: HttpFile

      A list of files containing the data to import

    • OptionalimportRequest: string

      JSON formatted metadata about the import. This includes a name for the import and the column mappings for each file. See the overview tab for more on the required format.

    • Optional_options: Configuration

    Returns Promise<PublicImportResponse>

  • Begins importing data from the specified file resources. This uploads the corresponding file and uses the import request object to convert rows in the files to objects. Start a new import

    Parameters

    • Optionalfiles: HttpFile

      A list of files containing the data to import

    • OptionalimportRequest: string

      JSON formatted metadata about the import. This includes a name for the import and the column mappings for each file. See the overview tab for more on the required format.

    • Optional_options: Configuration

    Returns Promise<HttpInfo<PublicImportResponse>>