BatchMappingItem: {
    Mapping: number;
    StaticValue: string;
}

The batch mapping item defines the value part of how a variable item will be mapped using the batch data.

Type declaration

  • Mapping: number

    The mapping controls the column index of the batch data source. This will be used if the value is >= 0. For values smaller we will use the static value.

  • StaticValue: string

    The static value will to use for this variable item. This will only be used if the mapping index is < 0.

Generated using TypeDoc