I need to dave, for different societies of the same holding group, the corresponding hostname, username and password of the SFTP server in a Configuration file, amd extract them in the workflow.
How to do that?
Cnan you please procide me a sample workflow?
Thank you so much,
Cami
If you could provide more details with your example file it would helped. Do you want to read the config file and extract the data out of it? If so, what is the file extension? And do you need the extracted data as a Stings?
here is the config file which I meant to use.
For ech society, corresponding to a row, I need to extract the corresponding hostname, port, user and password.
How to do that?
Thank you,
CamiRIEPILOGO_FTP_ACCESSI_ATTIVA_PASSIVA_esempio.xlsx (10.5 KB)
here is the config file which I meant to use.
For ech society, corresponding to a row, I need to extract the corresponding hostname, port, user and password.
How to do that?
Thank you,
CamiRIEPILOGO_FTP_ACCESSI_ATTIVA_PASSIVA_esempio.xlsx (10.5 KB)
Can you help me please?
I need to cycle over all the societies in the excel rows and connect to the corresponding server with their different usernae and passwords.
Thank you,
cami
yah of course
but i would suggest to go for dictionary if they are of two columns
as we have four columns we need multiple dimension dictionary
so rather to that variables and accessing them individual would be easier i guess
Cheers @CamiCat