ContributionsMost RecentMost LikesSolutionsRe: How to capture file name of a file read from SFTP Thank you! I was able to get this done with the help of directory browser snap. What is the correct OpenSSH key file format for SFTP Account - SSH Auth Hello I’m getting this error on validating the Directory browser snap with an SSH Auth Account. The private key has the header : ---- BEGIN SSH2 PRIVATE KEY ---- ---- END SSH2 PRIVATE KEY ---- Can you please suggest how this can be fixed? Thanks, Darshita How to capture file name of a file read from SFTP How can we capture the name of the file picked up from the SFTP if we are reading multiple files at a time? Eg: sftp://path/*.csv I need to know which file each document belongs to. Appreciate the help. Regards, Darshita How to host an SCIM endpoint Hello, Please help me understand if it is possible to host custom endpoints to trigger the pipelines. For example I want to host APIs for SCIM which have parameters like /user or /users/{id} or /groups in the endpoint which an external tool or user can call to trigger the pipelines. How to create new path in SFTP for File Operation Hello, Please suggest how can I write a file into a new path which does not already exist in the SFTP and needs to be created. Regards, Darshita How to check condition and route Hi, I want to check the value of Description in each item in the below JSON and route seperately if all are same and seperately if they’re different. How can I do this? [ { “SEGMENT1”: “104155”, “DESCRIPTION”: “EUR”, “UNIQUE_ID”: “224”, “ITEM_NUMBER”: “0113” }, { “SEGMENT1”: “104154”, “DESCRIPTION”: “AED”, “UNIQUE_ID”: “224”, “ITEM_NUMBER”: “0103” }, { “SEGMENT1”: “104153”, “DESCRIPTION”: “USD”, “UNIQUE_ID”: “224”, “ITEM_NUMBER”: “0090” }, { “SEGMENT1”: “104153”, “DESCRIPTION”: “USD”, “UNIQUE_ID”: “224”, “ITEM_NUMBER”: “0014” }, { “SEGMENT1”: “EXTRA_EVENT”, “DESCRIPTION”: null, “UNIQUE_ID”: null, “ITEM_NUMBER”: null } ] Regards, Darshita Re: Error in REST POST Thank you! I just added Content-Type to the header and it worked. Error in REST POST Hello, Please suggest what could be causing the following error in REST POST Response: “error”: “REST API service endpoint returned error result: status code = 415, reason phrase = Unsupported Media Type” Which setting can be changed for this?