FTP communications filename parameters in Jitterbit EDI
Introduction
You can use parameters in the Remote upload file name field for FTP connections defined on the Communication settings tab. When an FTP connection is established, the system replaces these parameters with values and saves the files with the expanded names. This page describes these parameters.
FTP parameters
You can use the following parameters in the Remote upload file name field:
Parameter | Type |
---|---|
Sys_No | Bigint |
Sender_name | Varchar(250) |
Receiver_name | Varchar(250) |
Sender | Varchar(250) |
Receiver | Varchar(250) |
Doc_Type | Varchar(100) |
Document_ID | Varchar(100) |
Document_Date | Datetime (yyyy-mm-dd ) |
Transaction_Date | Datetime (yyyy-mm-dd time hh:mm:ss ) |
Reference_1 | Varchar(200) |
Reference_2 | Varchar(200) |
Integration_Reference | Varchar(200) |
Amount | Money |
Item_Count | Integer |
ISA_Control_Number | Varchar(50) |
GS_Control_Number | Varchar(50) |
ST_Control_Number | Varchar(50) |
To use a parameter, enclose it in braces (for example, {Sys_No}
).
Examples
- Remote upload file name:
data_{Receiver}_{Sender}_{Doc_Part}_{Doc_Type}_{Document_ID}