Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Overview

This integration template will import a CSV from an FTP location and load the data into a selected Pricefx master table or datasource. an be anywhere but is most often placed in the outbound area of the Pricefx FTP area. It utilizes the connection to the partition to extract the selected data, converts it into CSV format, and then after connecting to the SFTP server it updates the corresponding folder.

Installation

For the installation process to work successfully, you will need to following available:

  • Partition connection

  • SFTP connection

  • Defined Pricefx table structure

  • SFTP inbound folder

  • Import cron schedule

To perform the extraction via this template, go to PlatformManager > Marketplace > Integration Templates, find Export Pricefx Table to CSV via FTP, select Deploy and then select a target integration instance.

During the installation dialog, you will have the opportunity to provide specific attributes that impact the import process (skip header, use of .done file, etc)

Additionally, during the export process we can determine which particular attributes of the Pricefx object we need to extract the CSV file. This will create a mapping file that will link the attributes of the object in Pricefx to columns in the CSV file.

NOTE: You can select only those attribute columns that you need in the CSV file using the Add Field button on the panel. You can use either the internal names (as defined in the metadata) or the attributexx versions (attribute1, attribute2, etc).

  • No labels