CSV via FTP

From Starfish ETL
Revision as of 19:05, 4 March 2021 by Jkuehlthau (talk | contribs) (Created page with "=Connection= ==URI== URI can be FTP or sFTP. Example: sftp://abc.exavault.com:22/ ==Additional Connection String Parameters== Use a semi-colon, ";", between parameters. I'v...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Connection

URI

URI can be FTP or sFTP. Example: sftp://abc.exavault.com:22/

Additional Connection String Parameters

Use a semi-colon, ";", between parameters.

I've had some ftp sites that require that I include the password in the Additional Connection String Parameters: password=abc

If you don't want the connector to parse the CSV file and try to guess the field type, include: typedetectionscheme=None

Example:
password=abc;typedetectionscheme=None