PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Uploading Accounts and associated Entitlements using Schema Upload

SumathiSomala
All-Star
All-Star

Looking for the best option to automatically upload CSVs to a Savynt instance with which to parse with Schema jobs(accounts along with entiltemnets)?

I know API have an upload method to push CSVs into Datafiles.

Is there any other ways to automate this.

Can  SFTP connector helps?

if yes could you please elaborate?

Any help would be appreciated.

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

7 REPLIES 7

pmahalle
All-Star
All-Star

Hi @SumathiSomala ,

You can write script on your source server with SFTP command to copy files to destination Saviynt server. Then schedule that script as per required frequency on source server.

Hope it works.


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

Thanks for quick response @pmahalle 

I am new to this could you elaborate more on this?

On which location we have to write the script, and also could you help with the script?

 

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

@pmahalle  are you referring to this?

FILES_TO_GET

[
{
"eic_dest_dir": "DataFiles",
"src_dir": "/home/data/",
"file_list": [
"file1.csv",
"file2.txt"
]
},
{
"eic_dest_dir": "SchemaFiles",
"src_dir": "/home/sav/",
"regex_list": [
"^.*\\.sav"
]
}
]

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

SumathiSomala
All-Star
All-Star

Do we need to integrate SFTP connector with Saviynt to achieve this?

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

Hi @SumathiSomala ,

What is your source server linux or windows from where you want to copy files to Saviynt?


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

@pmahalle 

we are planning to use SFTP to automate the CSV files (files contains accounts along with entitlements) into Saviynt.

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

@pmahalle 

What is your source server linux or windows from where you want to copy files to Saviynt?

Source server is windows

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.