BatchMappingElement: {
    MappingItem: BatchMappingItem;
    MappingKey: string;
}

The mapping elements defines how a variable item will be mapped using the batch data. The item can be mapped either against a column through an index or mapped against a constant static value.

Type declaration

  • MappingItem: BatchMappingItem

    The mapping item then defines how this variable item relates to the batch data source.

  • MappingKey: string

    The mapping key defines the variable item by name. What specifically this represents is fully controlled by the script.

Generated using TypeDoc