ContributionsMost RecentMost LikesSolutionsRe: Query on Monitoring API Seems these endpoint wont work if SSO is enable for your ORG…any work around for that? DataVault - Fetch I can see DataVault - Fetch Snap under Hashicorp Datavault but cant find documentation? Any help will be appreciated. Re: Git lab Integration @dmiller Can you please share details with me as well. Re: How to remove Escape character while file writing CSV formatter @Akhil if you are interested only in data , try using .replaceAll(“,” , “;”) in Mapper after Parser. You will get data something like this : Candace;Kelley;10/29/21;160206159956;Dalbeattie;Customer Relations Hope this helps. Re: Read File Name from SFTP Thanks @Supratim . I am not sure if this file name will be available after Parser since file name is needed at very end to pass onto email snap. Read File Name from SFTP Hello , How can we capture the name of the file picked up from the SFTP if we are reading multiple files at a time? I dont want to use child pipeline but want to capture file name to be used at very end to pass onto email snap? Thank you in advance!!