in SFTP Schema mapping files can be uploaded from Settings>File Directory instead of "FILES_TO_GET"

Diptansu1
Regular Contributor
Regular Contributor

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 ??

4 REPLIES 4

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi @Diptansu1 ,

We are checking this and will get back to you.

Thanks.

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi @Diptansu1 ,

The file will only get picked up from the below mentioned directories as mentioned in the document -

Screenshot 2023-06-20 at 4.41.39 PM.png

 

This would be an enhancement request which you can submit on the Ideas portal - https://ideas.saviynt.com/ideas/

Thanks.

LokeshSoundar
New Contributor
New Contributor

Hi Daanish,

Is there anyway we can upload files directly to these directories instead of being picked via job from SFTP server? 

Thanks,

Lokesh

Hi @LokeshSoundar ,

Have you tried uploading the files from UI in the Datafiles Folder and SAV Folder?

Thanks.