CSV Data Filter & Query - Online Spreadsheet WHERE Clause
Load a CSV file and filter rows using basic expressions (e.g., age > 30). Supports AND/OR conditions. Export filtered result as CSV. All in browser.
UD5 Toolkit
Extract table data from HTML and convert to CSV instantly. Paste your HTML code below.
<table> elements, and converts them into CSV (Comma-Separated Values) format. It intelligently handles rowspan and colspan attributes by expanding merged cells, ensuring your CSV data remains accurate and complete. The conversion happens entirely in your browser — no data is ever uploaded to any server.
colspan are expanded by duplicating their content across the specified number of columns. Cells with rowspan are expanded by repeating their value in the corresponding rows below. This ensures the CSV output maintains a consistent grid structure with no missing data points — unlike simple parsers that may skip merged cells entirely.
<table> elements, our tool detects all of them and lets you switch between tables using the selector buttons. You can preview and download each table individually. If you need all tables combined, you can download them one by one or concatenate the CSV outputs manually — each table is exported with its own header row for clarity.
<thead>, <tbody>, <tfoot>, mixed <th> and <td> cells, nested tables (inner tables are extracted separately), tables with inline styles or classes, and even malformed HTML (the browser's parser is forgiving). It works with complete HTML documents as well as partial table snippets.
") only when they contain the delimiter character, double quotes themselves, or line breaks — following RFC 4180 standards. Internal double quotes are escaped by doubling them (""). If you enable "Quote All Fields," every field is wrapped in double quotes regardless of content, which some legacy systems require. The output is always valid CSV that any spreadsheet application can parse correctly.
Load a CSV file and filter rows using basic expressions (e.g., age > 30). Supports AND/OR conditions. Export filtered result as CSV. All in browser.
Paste HTML and copy the formatted rich text to your clipboard. Paste directly into Word or Google Docs with styles intact.
Reorder a list of items by dragging them. Paste a list, sort it by hand, and copy the new order. Simple.
Overlay colored blocks and images and apply all mix‑blend‑mode values. Understand how each mode works live.
Drop a PDF and count the total words, characters, and pages. Text extraction is done locally. Privacy‑friendly.
Paste an image from your clipboard directly into the page (Ctrl+V) and extract its color palette. No file dialog needed.
Select multiple images, arrange their order, and merge them into a single PDF document. Works offline in your browser.
Upload an animated GIF and download every single frame as a separate PNG image. See frame delays and total count. Entirely local.
Enter a Kelvin value (1000‑40000) and see the approximate white‑balance color. Photography and lighting reference.
Convert a numeric amount into English words, perfect for writing checks or legal documents. Supports USD/GBP styles.
Fetch a website's CSS and extract :root custom properties (‑‑color) to reveal its design token palette. For learning and inspiration.
Convert between Gregorian and Hijri (Islamic) dates. Approximate visual reference. Local algorithm.
Convert a Gregorian calendar date to its Julian Day Number and vice versa. Used in astronomy and mainframe computing.
Convert any human‑readable date to a Unix timestamp in seconds or milliseconds. Also shows ISO 8601. Clean interface.
Extract selectable text from a PDF using the browser's built‑in PDF rendering. Copy or download as TXT. No upload, fully private.
Convert between common cooking units: cups → grams, teaspoons → ml, Fahrenheit → Celsius. Essential baking tool.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Convert a decimal number to 32-bit single precision IEEE 754 format. See sign, exponent, mantissa bits. Developer tool.
Convert any date into Roman numerals (day‑month‑year) for tattoos or special occasions. Clean and local.
Convert minutes to decimal hours and vice versa. Essential for billing and payroll. Instant conversion with a handy chart.
Convert any phrase into the NATO phonetic alphabet (Alpha, Bravo, Charlie…). Copy or hear pronunciation. Useful for call centers.
Convert between units of absorbed dose and equivalent dose (Gray, Rad, Rem, Sievert). Educational and reference. Local calculation.
Extract specific pages or split a PDF document into multiple files. Works entirely in the browser; your documents never leave your computer.
Convert audio files between popular formats like WAV, MP3, and OGG directly in the browser. No upload, fast encoding using WebAudio and ffmpeg wasm.
Strip HTML tags and convert web content to plain Markdown. Preserve headings, lists, and links. Perfect for content migration. All processing in browser.
Convert numbers between binary, octal, decimal, and hexadecimal bases. See real-time conversion as you type. Clean and simple programmer utility.
Convert angles between degrees, radians, and grads. Quick reference for mathematics and engineering. Simple and ad-free.
Convert between common pressure units: Pascal, Bar, PSI, atmosphere, and Torr. Useful for engineering and weather enthusiasts. Local calculation.
Convert volume and capacity units: gallon (US/UK), liter, milliliter, cup, and fluid ounce. Handy for cooking and science. Works entirely offline.
Convert between digital storage units: bits, bytes, kilobytes, megabytes, gigabytes, and more. Binary and decimal interpretations available. A developer must-have.