user3293242
user3293242

Reputation: 11

FTP CloudConnect Source Example?

I have a customer that wants to include csv files that are parked in a FTP site that I need to pull into my graph. Does anybody have an example of the best way to attack this?? Thanks!

Upvotes: 0

Views: 124

Answers (1)

Josef Pithart
Josef Pithart

Reputation: 276

Use CSV_READER or FILE_DOWNLOAD CC component with target url: ftp://${FTP_USERNAME}:${FTP_PASSWORD}@${FTP_SERVER}/${PATH_TO}/*.CSV

Upvotes: 1

Related Questions