Important Concepts
Source Data
Source data is used when
- Creating a new Mapper via a new Pipeline
- Using an existing Pipeline to map data
In both of these cases, source data is passed in when you create a Job for a Pipeline. See Create Job to learn more.
Format: Lume supports JSON source data. If you need another format, please send a support request.
Record Count: A minumum of 1 record is required, although several is recommended. Lume uses at a subset of the provided source data, and you can later test how the mapping logic applies to all of your records.
Example Source Data
[
{
"id": "0018y000008hFqqAAE",
"name": "Blue Sky Ventures LLC",
// ...
},
{
"id": "0018y000008nrMrAAI",
"name": "Green Acres Holdings LLC",
// ...
}
]