Is there a document stating the proper datatypes for the parameters of the FTP connector?
Solved
FTP Connector datatypes for parameter
Best answer by Jasper
Hi Onno,
You are free to choose the datatypes of the variables, as long as the relevant data of the input and output parameters can be converted to the datatype.
For the FTP connector, for example, you could use a VARCHAR domain with sufficient length for the URL, FTP method and filename, a VARBINARY(MAX) for the file data and an INTEGER for the timeout value. For enumeration options, a VARCHAR variable can be used. We have added the string representation of all enumeration options to the documentation.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.