n8n/docs/workflows
2019-08-21 22:47:27 +02:00
..
excel-to-postgres.json 📚 add an awesome collection of n8n workflows 2019-08-21 22:47:27 +02:00
excel-to-postgres.png 📚 add an awesome collection of n8n workflows 2019-08-21 22:47:27 +02:00
for-loop.json 📚 add an awesome collection of n8n workflows 2019-08-21 22:47:27 +02:00
for-loop.png 📚 add an awesome collection of n8n workflows 2019-08-21 22:47:27 +02:00
postgres-to-excel.json 📚 add an awesome collection of n8n workflows 2019-08-21 22:47:27 +02:00
postgres-to-excel.png 📚 add an awesome collection of n8n workflows 2019-08-21 22:47:27 +02:00
README.md 📚 add an awesome collection of n8n workflows 2019-08-21 22:47:27 +02:00
update-postgres-rows.json 📚 add an awesome collection of n8n workflows 2019-08-21 22:47:27 +02:00
update-postgres-rows.png 📚 add an awesome collection of n8n workflows 2019-08-21 22:47:27 +02:00

n8n



Awesome n8n workflows collection

You will find here a collection of n8n worflow examples that can be easily imported in n8n.

Contents

For loop

  1. Make an HTTP request that responds with a JSON array
  2. For each item in the response array, make an HTTP request

Download workflow

Excel to Postgres

  1. Read XLS from file
  2. convert it to JSON
  3. insert it in Postgres

Download workflow

Postgres to Excel

  1. Read data from Postgres
  2. Converting it to XLS
  3. save it to disk

Download workflow

Update Postgres rows

  • Simple update of data

Download workflow