ContributionsMost RecentMost LikesSolutionsRe: SnapLogic Certified Enterprise Automation Professional Please submit your request for enrollment to this course at training-admin@snaplogic.com Re: Can we get a Voucher for SnapLogic Academy Portal? rashadh Please submit an email with this inquiry to training-admin@snaplogic.com and we can provide details for vouchers and student discounts. Re: SnapGPT Example: CSV Filter and Write Yes, my intention is to use the origin system API endpoints. SnapGPT Example: CSV Filter and Write I used the following to prompt to successfully generate a pipeline that reads data from a csv file, filtered the data and wrote the data to a new file. Read a csv file, then map Registered, Last Name, Email and % complete, then filter records where Registered is equal to or greater than 2023-05-15, and % complete is equal to or less than 40, then write records to csv file Resulting pipeline: I did need to modify the Mapper Snap and provide a file name but the filter expression was a success.