Skip to content
Discussion options

You must be logged in to vote

Found the issue! The SFTP Bulk code doesn't check whether the provided Folder Path already ends in a slash (which is the case by default), and may double it up. All you have to do is add that double slash to the glob where appropriate.

E.g. in @isisgoliveira's case if you have not set a folder path and your files are at the root you will need a glob pattern like '//my_prefix_*.csv'

Also note if your files are in a folder, you need to include that folder in your glob too. E.g. for files in a folder 'my_folder', your glob will need to be 'my_folder/my_prefix_*.csv' even when your folder path is 'my_folder' (if you don't set a folder path, it'll need to be '//my_folder/my_prefix_*.csv'!!).

I…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jessica-bauer
Comment options

@lorenzo-ncd
Comment options

Answer selected by isisgoliveira
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants