Resources · Blog

Data & Formats

Parsing file formats, databases, data mining, and enrichment.

Data & Formats
JSON Parser Guide: How to Parse JSON in Any Language

What a JSON parser does and how to parse JSON safely in Python, JavaScript, PHP, and more: nested data, big files, and typical errors, with code examples.

3 December · 9 min
Data & Formats
Log Parsing: How to Parse Server and Application Logs

What log parsing is and how to parse server and application logs: formats, regex, tools, and code examples for traffic analysis, debugging, and security.

27 November · 5 min
Data & Formats
MongoDB for Web Scraping: What It Is and When to Use It

What MongoDB is, how its document model works, and why it is a favorite store for scraped data — with setup and schema tips. See if NoSQL fits your stack.

23 November · 9 min
Data & Formats
Is Structured Data Usually Stored in NoSQL Databases?

Do NoSQL databases store structured, semi-structured, or unstructured data best? A clear answer, plus when to pick NoSQL over SQL. Read the breakdown.

13 November · 10 min
Data & Formats
Parsing Excel Files: Sheets, Formulas, Merged Cells

Learn Excel parsing in practice: read .xlsx sheets, formulas, and merged cells in Python, JavaScript, and other languages. Get code examples and avoid pitfalls.

7 November · 6 min
Data & Formats
Parsing Text Files: Line-by-Line Reading, Regex, and Examples

Learn how to parse TXT files: line-by-line reading, delimiters, fixed-width columns, and regex, with code examples in Python, PHP, and more. Read the guide.

5 November · 5 min
Data & Formats
PDF Scraping: Extract Text and Tables from PDF Files

How to scrape data from PDF files: extract text and tables, run OCR on scans, and pick the right library, with examples in Python and other languages.

3 November · 6 min
Data & Formats
Python Parameterized Queries to Prevent SQL Injection

Store scraped data safely: use Python parameterized queries to prevent SQL injection when inserting into a database, with working code. See the examples.

16 October · 8 min
Data & Formats
RSS Feed Parser: How to Extract Data from RSS Feeds

Learn how an RSS feed parser works and how to extract titles, links, and dates from any feed, with code examples and ready-made tools. Read the how-to now.

26 September · 7 min