Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/12/2023 01:31 AM
Hello Team ,
We have onboarded SFTP connector now my question is :
Whether SCHEMA mapping files can be uploaded from Settings>File Directory instead of mentioning in "FILES_TO_GET" parameter . Asper SFTP connector guide it is mentioned to write it in below manner :
[
{
"eic_dest_dir": "DataFiles",
"src_dir": "/home/data/",
"file_list": [
"file1.csv"
]
},
{
"eic_dest_dir": "SchemaFiles",
"src_dir": "/home/sav/",
"regex_list": [
"^.*\\.sav"
]
}
]
But for our case we want to upload schema mapping files from our side under file directory not by placing in server . Will it get picked up by SFTP connector if we place the SAV file in filedirectory and remove the schema mapping logic from "FILES_TO_GET" attribute ??
06/14/2023 02:00 AM
06/20/2023 04:43 PM
Hi @Diptansu1 ,
The file will only get picked up from the below mentioned directories as mentioned in the document -
This would be an enhancement request which you can submit on the Ideas portal - https://ideas.saviynt.com/ideas/
Thanks.
07/12/2023 01:42 AM
Hi Daanish,
Is there anyway we can upload files directly to these directories instead of being picked via job from SFTP server?
Thanks,
Lokesh
09/19/2023 11:12 AM
Hi @LokeshSoundar ,
Have you tried uploading the files from UI in the Datafiles Folder and SAV Folder?
Thanks.