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
All parameters come from Exponea project.
Meiro API
URL (required)
Email (required)
Password (required)
Exponea API
URL (required)
Public Key (required)
Private Key (required)
Project Token (required)
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.