Products
Features
YouTube Video Summarizer
Summarize YouTube videos
Web & PDF Highlighter
Highlight web pages & PDFs
Chat with PDF
Ask any PDF questions with AI
Ask AI Clone
Chat with your highlights & memories
Audio Transcriber
Transcribe audio files to text
Glasp Reader
Read and highlight articles
Kindle Highlight Export
Export your Kindle highlights
Idea Hatch
Hatch ideas from your highlights
Integrations
Obsidian Plugin
Notion Integration
Pocket Integration
Instapaper Integration
Medium Integration
Readwise Integration
Snipd Integration
Hypothesis Integration
Apps & Extensions
Chrome Extension
Safari Extension
Edge Add-ons
Firefox Add-ons
iOS App
Android App
Discover
Discover
Ideas
Discover new ideas and insights
Articles
Curated articles and insights
Books
Book recommendations by great minds
Posts
Essays and notes from readers
Quotes
Inspiring quotes collection
Videos
Curated videos and summaries
Explore Glasp
Glasp Newsletter
Weekly insights and updates
Glasp Talk
Interview series with great minds
Glasp Blog
Latest news and articles
Glasp Use Cases
Learn how others use Glasp
Build & Support
Glasp API
Access Glasp's API for developers
MCP Connector
Connect Glasp to Claude & ChatGPT
Community
Glasp Reddit Community
Students
Student discount and benefits
FAQs
Frequently Asked Questions
AboutPricing
DashboardLog inSign up

13.7: Manual Parsing - Processing Tutorial

34.3K views
•
July 24, 2015
by
The Coding Train
YouTube video player
13.7: Manual Parsing - Processing Tutorial

TL;DR

Extracting data from unstructured web pages using Processing through string manipulation methods.

Transcript

in this video I want to look at the worst case scenario you found some data online so you want to use it but it's not available in some nice standardized format there's no CSV to download there's no XML fee there's no API there's no processing library that takes care of it for you there's nothing but the web page itself and this can apply to other ... Read More

Key Insights

  • 🖤 Data extraction from unstructured web pages can be challenging due to the lack of standardized formats.
  • 🫰 Processing provides tools like index of and substring for string manipulation to extract data.
  • 🛃 Custom functions like "give me text between" can be created to simplify data extraction tasks.
  • 🫰 Understanding string index values and the substring function is crucial for precise data extraction.
  • 😑 Regular expressions offer a more advanced method for searching and matching patterns in unstructured web page data.
  • 🕸️ Consider the legality and ethical implications of extracting data from web pages before proceeding.
  • 🛃 Experimenting with custom functions and data extraction techniques is recommended for practical learning.

Install to Summarize YouTube Videos and Get Transcripts

Explore YouTube Video Summarizer or Get YouTube Transcript Extractor

Questions & Answers

Q: How can data be extracted from web pages without standardized formats?

Data extraction from unstructured web pages can be achieved through string manipulation methods like index of and substring, as demonstrated in the video. Custom functions can also be designed for specific data extraction tasks.

Q: What are the key challenges when extracting data from unstructured web pages?

Challenges include locating specific data points within the unstructured web page, handling variations in the data format, and ensuring the data extraction method is robust against changes in the web page structure.

Q: Why is it essential to have a standardized data format for easy extraction?

Standardized data formats like CSV, XML, or JSON simplify the data extraction process by providing a structured layout for the data. Unstructured data requires more intricate methods like string manipulation for extraction.

Q: What role do regular expressions play in data extraction from web pages?

Regular expressions can be powerful tools for pattern matching and search operations. While not covered in the video, they offer a more advanced approach to data extraction from unstructured web pages.

Summary & Key Takeaways

  • Data extraction from web pages lacking standardized formats.

  • Demonstrated technique using Processing through string manipulation methods like index of and substring.

  • Code examples and a custom function for extracting data showcased.


Read in Other Languages (beta)

English

Share This Summary 📚

Summarize YouTube Videos and Get Video Transcripts with 1-Click

Download browser extensions on:

Try YouTube Summary with ChatGPT & Claude or YouTube Transcript Generator

Explore More Summaries from The Coding Train 📚

Coding Challenge #116: Lissajous Curve Table thumbnail
Coding Challenge #116: Lissajous Curve Table
The Coding Train
9.4: Genetic Algorithm: Looking at Code - The Nature of Code thumbnail
9.4: Genetic Algorithm: Looking at Code - The Nature of Code
The Coding Train
Computer Mouse Conference Demos! (node.js + tensorflow.js) thumbnail
Computer Mouse Conference Demos! (node.js + tensorflow.js)
The Coding Train
ITP/IMA Winter Show 2018 thumbnail
ITP/IMA Winter Show 2018
The Coding Train
Coding Challenge #126: Toothpicks thumbnail
Coding Challenge #126: Toothpicks
The Coding Train
ITP/IMA Winter Show 2019 thumbnail
ITP/IMA Winter Show 2019
The Coding Train

Summarize YouTube Videos and Get Video Transcripts with 1-Click

Download browser extensions on:

Try YouTube Summary with ChatGPT & Claude or YouTube Transcript Generator

Apps & Extensions

  • Chrome Extension
  • Safari Extension
  • Edge Add-ons
  • Firefox Add-ons
  • iOS App
  • Android App

Key Features

  • YouTube Video Summarizer
  • Web & PDF Summarizer
  • Web & PDF Highlighter
  • Chat with PDF
  • Ask AI Clone
  • Audio Transcriber
  • Glasp Reader
  • Kindle Highlight Export
  • Idea Hatch

Integrations

  • Obsidian Plugin
  • Notion Integration
  • Pocket Integration
  • Instapaper Integration
  • Medium Integration
  • Readwise Integration
  • Snipd Integration
  • Hypothesis Integration

More Features

  • APIs
  • MCP Connector
  • Blog & Post
  • Embed Links
  • Image Highlight
  • Personality Test
  • Quote Shots

Company

  • About us
  • Blog
  • Community
  • FAQs
  • Job Board
  • Newsletter
  • Pricing
Terms

•

Privacy

•

Guidelines

© 2026 Glasp Inc. All rights reserved.