ContributionsMost RecentMost LikesSolutionsRe: Output report of all pipelines Thank you! this worked. I will not be writing or changing the path through snaplogic its to identify the properties of the pipeline to find where we need to make changes manually. Thanks again. Re: Create a file path with a date in File Writer snap I placed the logic in the csv formatter and stored it as a variable and used the variable as part of the path used by the writer snap. This worked. Output report of all pipelines Is there a way to export into a csv a report of all the read snaps of all pipelines in order to globally change the read path. SolvedCreate a file path with a date in File Writer snap I have a pipeline that generates an output file that I would like to save in S3 with a file path of YYYY/MM/dd/file_name… e.g. S3://bucket/2023/08/09/file_name.csv. When I do this: “s3:///bucket/”+Date.now().getFullYear()+“/”+Date.now().getMonth()+“/”+Date.now().getDate()+“/fil_name.csv” It generates a path of 2023/8/9, How can I programmatically determine when to pad it with a ‘0’ for single digit months and days without including this data in the document being saved? Perform a Post API OAuth 2.0 call to get token and pass token to a GET API Basic Auth Header I need to make a Post Rest API call using OAuth 2.0 with client_id and client_secret and then pass the token to a Get Rest API snap to make the api call Client Authentication ‘Send as Basic Auth Header’. How can I do this using the Rest Snaps? Joining two files without a common value I want to join two files based on a field of file 1 containing the value of a field in file 2. What would be the best way to do this? e.g. File 1: $district_name='ABC School District". File 2: $district: ‘ABC’. So if $district_name.contains($district). I want to set $new_district in File 1 to $district Re: Google REST API Error Did you get this issue resolved? I am encountering the same issue as well. FTPS Connection Failing to read file I am using the File Reader and connecting to an FTPS attempting to read in a file. It appears the connection is successful and when I look at the snap statistics it appears the connection is successful. It shows 1 under Documents but with 0 Bytes. The file previewer doesn’t have anything in it when launched. Is there a different configuration for FTPS? Re: Get Token API Post method Failing My problem was solved by selecting the “Trust all certificates” checkbox Re: Get Token API Post method Failing @dmiller No all header key-value pairs are defined. We have other pipelines set up the same way that is succeeding. The difference between them and this one is the base url. I am able to access the endpoint using other API Testing tools.