CSV to Wiki Table Converter - Online MediaWiki Markup
Paste CSV data and instantly get a formatted MediaWiki table code. Ideal for Wikipedia editors and internal wikis.
UD5 Toolkit
Split oversized CSV files into smaller, manageable chunks. Perfect for Excel, database imports, and data processing pipelines.
Files processed locally — never uploaded to any server
split (Linux/Mac) or dedicated desktop software. Our tool shows a warning for files over 300MB to help you manage expectations.
split -l 1000 file.csv on Linux/Mac splits by lines quickly.pd.read_csv('file.csv', chunksize=1000).LOAD DATA INFILE can handle large files directly.Paste CSV data and instantly get a formatted MediaWiki table code. Ideal for Wikipedia editors and internal wikis.
Convert nested JSON translation files into a flat CSV table for translators. Also reverse back. Local only.
Paste CSV data and transform it into a well‑structured YAML array of objects. Choose key mapping. Perfect for devOps and data migration.
Format a list of Q&A pairs and export as a CSV ready for Anki import. Simple line‑based template. Local.
Upload multiple text files and concatenate them into one, with optional separators. No upload; processed instantly.
Sort hundreds of lines alphabetically, reverse alphabetically, or by length. Deduplicate option. All local.
Test different line‑break and word‑break values on Chinese/Japanese/Korean text. See how browsers wrap. Essential for i18n.
Write Q&A in a simple format and export as a CSV file compatible with Anki. Perfect for rapid card creation. Local.
Set start and end times for a video and trim it without re-encoding. Download the clip. Pure browser.
Upload multiple audio files and join them into a single continuous track. Add crossfade. All local.
Convert subtitle files between SRT and WebVTT formats. Also shift all timestamps forward/backward. Works locally.
Convert .srt subtitles to .vtt format for web video players. Preserves all timestamps and formatting. Local.
Remove the original audio from a video and attach a new soundtrack. Or extract audio. All processed locally.
Convert WebVTT subtitle files to SRT and vice versa. Handles formatting conversion and encoding. No upload, pure client-side parsing.
Replace long CSS class names with short random strings. Map generated. For production optimization.
Paste raw email headers and get a human-readable breakdown of the delivery route, authentication results, and delays. Private analysis.
See the difference between clone and slice on inline boxes that break across lines. Useful for multi‑line headings.
Compress and decompress text using the browser's native Compression Streams API. See the binary output size.
Shrink a PDF file size with configurable image quality and object removal. All processing stays in your browser.
Paste N‑Triples data and convert it to a compact JSON‑LD representation. Work with linked open data. Local.
Drop a file and see its detected type based on the first bytes (magic number). Identifies hundreds of formats. Local.
Paste rich text and clean it to plain text. Normalize line endings and whitespace. Prepare for code or databases.
Compare break‑all, keep‑all, and overflow‑wrap: anywhere/break‑word. Paste long words and see how they wrap.
Sort lines of text alphabetically, numerically, or by length. Reverse order supported. Perfect for organizing lists and data sets with complete privacy.
Paste your JSON‑LD or Microdata and test it against Google's Rich Results criteria. Get warnings. Local linter.
Paste a string and get a clean, safe file name by replacing forbidden characters. Works for Windows, Mac, Linux.
Plot different Big‑O complexities on a chart. See how O(log n) stays flat while O(2^n) explodes. Educational reference.
Upload a text file to detect its character encoding (UTF-8, ISO-8859-1, etc.) and BOM presence. Runs entirely in your browser.
Paste your full CSS and HTML; automatically identify and extract the styles needed for the visible part. Reduce render‑blocking resources.
Merge an SRT subtitle file onto a video directly in the browser. Preview and download the resulting video. All local.