ePrivacy and GPDR Cookie Consent by Cookie Consent Skip to main content

Loader Exponea

Loader Exponea allows you to export data to Exponea. 

Data In

Loader requires input file in the directory in/tables/ and its name should be set in the configuration.

Exponea API requires a URL with a file as an input for import. Meiro API is used for this file URL creation.

Data Out

N/A

Read more: about the folder structure here.

Parameters

01.png

Meiro API

URL (required)

Email (required)

Password (required)

02.png02.png

Exponea API

URL (required)

Public Key (required)

Private Key (required)

Project Token (required)

03.png

Import ID (required)

File Name (required )

 

{
    "parameters": {
        "meiro_api": {
            "url": "http://api.staging.meiro.io:3000",
            "email": "test@meiro.io",
            "#password": ""
        },
        "exponea_api": {
            "url": "https://skypicker-api.infinario.com",
            "#public_key": "",
            "#private_key": "",
            "#project_token": ""
        },
        "import_id": "",
        "file_name": "import.csv"
    }
}

import_id The ID of Exponea's import which defines the importing data structure. Create the import in Exponea and copy its ID here.