How to easily parsing data from .CSV to PostgreSQL with condition checking

thank you very much right now (I’m new to n8n) I’m thinking of detecting change in specific folder integration like google drive is that possible ?

thanks

@wc_intel thats possible for sure! You can use a Google Drive trigger Google Drive Trigger node documentation | n8n Docs
to watch a specific folder


You can read the CSV convert it and filter it on your conditions. Next you can prepare your Postgres statement and insert the data. Heres a rough sketch:

2 Likes