Large CSV File Splitter - Online Break into Chunks
Split a large CSV into smaller files by row count. Preview each chunk. No upload; streamed locally.
UD5 Toolkit
{"address": {"city": "NYC", "zip": "10001"}} becomes two columns: address.city and address.zip. Nested arrays are converted to their JSON string representation to fit within a single CSV cell. You can disable flattening if you prefer nested objects to be output as JSON strings.
[1, 2, 3, 4] or ["apple", "banana", "cherry"], it will create a single-column CSV with the column name "value". A single JSON object (not in an array) will be automatically wrapped and converted as a single-row CSV. The tool is designed to be flexible and handle real-world JSON data of different shapes.
Split a large CSV into smaller files by row count. Preview each chunk. No upload; streamed locally.
Convert Markdown text into clean HTML code. GitHub Flavored Markdown supported. Copy the raw HTML or preview the rendered output instantly. No uploads.
Convert between ounces and millimeters for leather. Visual guide to common project thicknesses.
A festive countdown showing days, hours, minutes until December 25. Animated snow and music toggle. Local time.
Click any element to see its Bohr model with electrons orbiting in shells. Beautiful, educational diagram.
Zoom through sizes from the Planck length to the observable universe. Educational and awe‑inspiring visualization.
Fold a virtual square paper step by step with crease lines and visual previews. Practice origami basics without wasting real paper. All canvas‑based.
Add book titles and authors to a to‑read list. Move them to 'finished' and add a rating. Data saved locally.
Paste a public SSH key to generate its fingerprint. Verify host keys. Local Web Crypto.
Convert any PNG image into a proper .ico favicon file with multiple sizes embedded. For website icons. Local.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Paste a human‑readable date (like 'next Friday' or 'March 5, 2023') and convert it to ISO 8601 format. Quick and tolerant.
Paste a list of words or lines and convert all to UPPERCASE or lowercase at once. Also supports title case.
Select multiple images, arrange their order, and merge them into a single PDF document. Works offline in your browser.
Paste an HTML `<table>` snippet and instantly get a clean Markdown table. Supports colspan and alignment hints. Local.
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.
Translate between binary and Gray code (reflected binary code). See the bit changes. Useful for digital logic.
Convert decimal negative and positive numbers to 8/16/32-bit two's complement binary. Essential for low-level programming.
Encode decimal integers into signed magnitude binary representation and decode back. Learn computer arithmetic.
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.
Upload a logo and generate a pack of favicon sizes plus a .ico file. All conversion in your browser.
Convert between units of absorbed dose and equivalent dose (Gray, Rad, Rem, Sievert). Educational and reference. Local calculation.
Convert power units: watt, kilowatt, horsepower, BTU/h. Quick reference for electrical and mechanical engineering. Browser-based.
Convert torque units between Newton-meter, foot-pound, inch-pound, and more. Essential for mechanics and engineers. Instant local conversion.
Trim a video clip and convert it into an animated GIF. Adjust frame rate and size. Processing stays on your computer for privacy.
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.