filmov
tv
RTILA - Tutorial - How CHAT GPT makes Web Scrapping Easier - Generate Regex rules with Chat GPT
Показать описание
This video tutorial shows how Chat GPT can help with finding the correct Regex rules and even JavaScript code needed to optimize and enhance the quality and precision of data scrapped from non-structured messy websites.
SUMMARY:
1 - Quick Definitions
2 - Benefits of using JS/REGEX rules in RTILA
3 - How to use CHAT GPT to find REGEX/JS Rules
What is REGEX: A function that isolates a text value based on it’s pattern.
What is the benefit: It allows you to cleanup a block of data and only save the exact text values your are targeting
For info & re-use:
REGEX Rule: Helps you isolate your target text. Result: Fin construction 1879
REGEX used: Fin construction\s*(\d{4})
JS Rule: Helps you further clean your data to only save what you want. Result: 1879
JS used: FIELD_VALUE=FIELD_VALUE.replace('Fin construction','');
Type a prompt like this:
JavaScript regex rule to isolate the 4 digits year that appears after Fin construction in the string below
Début construction 1864
Fin construction 1879
NB: Be aware & delete “\” or other characters added added by Chat GPT in front & end of the rule
SUMMARY:
1 - Quick Definitions
2 - Benefits of using JS/REGEX rules in RTILA
3 - How to use CHAT GPT to find REGEX/JS Rules
What is REGEX: A function that isolates a text value based on it’s pattern.
What is the benefit: It allows you to cleanup a block of data and only save the exact text values your are targeting
For info & re-use:
REGEX Rule: Helps you isolate your target text. Result: Fin construction 1879
REGEX used: Fin construction\s*(\d{4})
JS Rule: Helps you further clean your data to only save what you want. Result: 1879
JS used: FIELD_VALUE=FIELD_VALUE.replace('Fin construction','');
Type a prompt like this:
JavaScript regex rule to isolate the 4 digits year that appears after Fin construction in the string below
Début construction 1864
Fin construction 1879
NB: Be aware & delete “\” or other characters added added by Chat GPT in front & end of the rule
RTILA Tutorial 1: Baby Steps - Scrape Amazon to Extract Product Info
RTILA - Web Automation - 1st Steps - For non-tech users
RTILA for nervous beginners PART 1 - 5 minute intro
RTILA - Tutorial - Google Search Automation
RTILA Review, Demo + Tutorial I Automate any task that you can do on a browser
RTILA - Tutorial - How CHAT GPT makes Web Scrapping Easier - Generate Regex rules with Chat GPT
RTILA Studio alpha - YouTube Tutorial
RTILA - Tutorial - Loops - AppSumo Expenses
RTILA - Tutorial - CSS & xPATH Locators - Web Automation & Scraping
Wie du mit RTILA Produktlisten von Amazon.com extrahierst 🤖 | Automatisierung Tutorial Deutsch
Rtila Review - Transform Lives with Rtila's Innovative Solutions
RTILA Tutorial - How to Interact with elements inside an iFrame
Wie du mit RTILA ganz einfach Produktlisten von Etsy extrahierst 🤖 Automatisierung Tutorial Deutsch...
Extract Data and Emulate Human-like Mouse Movement
I created a #LINKEDIN Automation Software in 1H with RTILA
How to scrape listing products in Amazon using Rtila
Compile standalone bots using the last v5.2 upgrade
RTILA Webscaping Bot 🕸 Browser Automation Tutorial & Review AppSumo Lifetime Deal Josh Pocock
RTILA for nervous beginners PART 2 - learn pagination
RTILA I Create Web Automations & Compile them into your own Software & Monetize them like a ...
RTILA - Feature & Tutorial - Auto Recorder
A Short Guide to the Rtila Electroclaw #shorts
Rtila - How to Scrape Amazon Product Data Using the (Bridge) Method
RTILA Review + Demo – Automate any task to grow your business with fewer human resources!
Комментарии