Runtime Schema
Do you need to import data in columns that are not fixed firsthand? Impler provides a facility to provide schema at the moment of opening the import widget.
Purpose
Example Schema
[
{
name: 'Name',
key: 'name',
type: 'String'
},
{
name: 'Phone',
key: 'phone',
type: 'Number',
defaultValue: '#########'
},
{
name: 'Country',
key: 'country',
type: 'String'
}
]Available properties for schema
Last updated
Was this helpful?