IMPORT.SUPPLIER

Takes Input from a Excel file or the Table-format and imports it into the Supplier.

IMPORT.SUPPLIER is introduced in 2023-R2.

Properties

From

The Path to excel file.
… or …
The name of the Input Data Source. Default = 'FROM'

To

Not supported.

Parameters

All parameters are optional, but can be defined to alter the default behavior of the import.

@ZippedBinariesFile

The Path to a zip file for importing binarie files.

@IncomingDataCulture

By default imports use the “InvariantCulture”. This parameter allows overwriting the culture used for incoming data parsing.
Supported values: all culture values supported by .NET CultureInfo.
Example of values: da-DK, en-US, etc.

@NewItemStatus

By default Perfion imports all items as status Draft:
Possible values:

  • Draft (default)

  • Submitted

@MandatoryValues

By default Perfion do not validate for mandatory values.

  • Ignore (default)

  • Enforce

Map

This Command does not use any value mappings.