ContributionsMost RecentMost LikesSolutionsGet order of records within a group I have a situation something like this: Employee ID Effective Date Office 1 1/1/2023 San Francisco 1 1/1/2024 Oakland 2 6/1/2023 Sydney 2 12/1/2023 Tokyo I need to add an order column and end date of the previous record column. Can you please suggest any ways of doing this? The output should probably look like this: Employee ID Effective Date Office End Date Order 1 1/1/2023 San Francisco 12/31/2023 1 1 1/1/2024 Oakland 2 2 6/1/2023 Sydney 11/30/2023 1 2 12/1/2023 Tokyo 2 Best, Rajesh Re: Insert Special character in sql server table Interesting. because when I tried this it fails. Re: Create a Task to expose the Pipeline as a REST API which uses No Authentication Hi, Can you please explain the context? Best, Rajesh Re: Permissions of a user/group Thanks, Spiro. Yes I am well aware of that feature. But what I am looking for is a mapping between the user/group - project folder - permissions, instead of checking of every folder. I will use the API to get that then. Best, Rajesh Re: Permissions of a user/group Thanks Spiro. So there isn’t an in built tool and you suggest we build one ourselves? Best, Rajesh Permissions of a user/group Hi, I have users grouped into groups and permissions to each of the project folders are assigned to groups. Is there a way to query the list of folders a user / group has access and the permissions they have? Best, Rajesh Re: Can we read pdf file and convert it into excel or any other readable format in snaplogic Hi, I am interested in this issue too. What is a PS Snappack? Best, Rajesh Re: Pipeline monitoring to API Access Only user At our org we had setup an regular user specifically for reading the public API and gave read access to the folders we needed on. Re: Get input file name from CSV parser Thanks Deepak. I have thought of that approach and then doing a cross join back to the main stream, but that does not seem to work when the input has multiple files. So if there are 5 files and each file has 5 records, I need to write 25 records to the destination with each source file name identified (a column in the destination table) Get input file name from CSV parser Hi, I have a set of CSV files that I read from using a CSV Parser. Is there a way the CSV Parser can also output the name of the file. I have already thought of putting the CSVParser in a child pipeline and feed the name of the pipeline as a parameter and reading that out. But I was wondering if there was a better way. Best, Rajesh