arodriguez
3 years agoEmployee
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.