N8N Workflows filtra per Document Extraction

SQL to XML export with XSL template formatting

This workflow demonstrates how to export SQL to XML and present the data nicely formatted using an XSL Template. The...

Comparing data with the Compare Datasets node

This workflow is designed to compare two datasets (Dataset 1 and Dataset 2) based on a common field, "fruit," and...

Convert PostgreSQL table to CSV

Convert PostgreSQL table to CSV CSV is a super useful and universal way to transfer data between different tools. This...

Convert SQL table into Excel spreadsheet

This workflow demonstrates how easy it is to export SQL query to Excel automatically! Before running the workflow please make...

Read XML file and store content in Google Sheets

This workflow shows a low code approach to parsing an XML file and storing its contents in a Google Sheets...

Generate dynamic contents for EMAILS or HTML pages

==Disclaimer: This template contains a community node and therefore only works for n8n self-hosted users== This is Miquel from Aprende...

Google Spreadsheet to HTML - Variant with JS Function

This workflow shows a low code approach to creating a HTML table based on Google Sheets data. It's similar to...

Google Spreadsheet to HTML - Variant with Spreadsheet File

This workflow shows a no code approach to creating a HTML table based on Google Sheets data. To run the...

Identify new Google Sheets rows

This workflow identifies new rows in Google Sheets using a separate column keeping track of already processed rows. For this...

Import a JSON file from Gmail into a spreadsheet

This workflow imports a JSON file from an email attachment and saves the content into a spreadsheet.

Export CSV file to JSON

This workflow exports a local CSV file to a JSON file.

Markdown timesheet report generation

This tutorial demonstrates the creation of the HTML report via Markdown node. The main idea is to prepare a very...

Markdown report generation

This workflow illustrates how HTML reports can be created using Markdown Node. An example data consists of a Time Sheet...

Manage Adobe Acrobat e-signatures with webhooks

This workflow automatically manages Acrobat Sign signatures, respond with "intent" to Acrobat-Sign webhooks. Prerequisites Adobe Acrobat Sign and Sign webhook...

Create an RSS feed based on a website's content

This workflow parses content from a website (for this example, Baserow's release page) and creates an RSS feed based on...

Collects images from web search results and send to Google Sheets

This workflow collects images from web search results on a specific query, analyzes the image for labels, formats the text,...

Transcribe audio files from Cloud Storage

This workflow transcribes audio files stored in AWS S3 and stores the information in Google Sheets. Google Drive Trigger node...

Extract and store text from chat images using AWS S3

This workflow extracts text from images sent in a Telegram chat and uploads the images to AWS S3. Telegram Trigger...

Use REGEX to select date

This workflow looks for a Close Date value using REGEX in the IF node. If it finds the correct value,...

Send a file from S3 to AWS Textract

This workflow shows how to download an image file from S3 and pass it on to Textract for text extraction....