Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
is this syntax correct ? The text marked in bold is used as wild card but its not working why?
As i mention earlier, this could be the reason due to fields are not constant. So, You may share atleast 2 sheets which is having real data we may hep for you
now how to apply wild card in this?
What you mean by WildCard? Can you reply to same to whom you are contacting, Please?
its similar to like in database.
I think you are loading data from FTP server, do you have the credentials for that connection
Yes I have
Because, when we talk about Wildcard? But, In your image there is no concept script related the same. can you explain little more related the business
I have material master which contains data based on different seasons, like for eg i want to cuurently use master of current season ie 2017 but once the season gets changed ie 2018 then i need to again use that file which will be present on ftp as MAT_Mas2018
Do you something related field Year in your FTP Server?
The FTP protocol does not support a wildcard load like that. Nor does FTP support For Each ... in FileList().
To loop over multiple files on an FTP server, you can get a list of the files and save them in a text file using an external bat file, then load the text file and loop over the files there. Alternatively either manually or using an external bat file, copy the files from the FTP server to a local folder or share, and then load them from there.