All-in-One Tools Collection
A broad collection of online tools for development, AI, design, and productivity tasks.
Showing page 175 of 179 (12 tools on this page)
CSV to JSON Converter
Convert CSV data to JSON format with customizable parsing options
CSV to XML Converter
Convert CSV data to XML format with customizable formatting options
Markdown to HTML Converter
Convert Markdown text to HTML with customizable formatting options using Showdown
File Extension Finder
Find file extensions by searching file type name or description
Magic Number Detector
Identify file types by their magic numbers (file signatures)
League Table Generator
Generate league standings table with points, goals, and statistics
Lottery Probability Calculator
Calculate winning probabilities for various lottery games
Maidenhead Locator Decoder
Decode Maidenhead locator to latitude and longitude coordinates
Maidenhead Locator Encoder
Convert latitude and longitude coordinates to Maidenhead locator
CSV Splitter
Split CSV content by specified number of rows per file. Perfect for processing large datasets, dividing data for analysis, batch processing, and managing file size limits. Features: - Split CSV by row count - Support multiple output formats - Preserve header row in each split - Flexible output format options - Support for large datasets - Fast and efficient processing Common Use Cases: - Split large CSV files for processing - Divide data for parallel processing - Create manageable data chunks - Export data in different formats - Prepare data for batch operations - Manage file size limitations
BOM Character Remover
Remove BOM (Byte Order Mark) characters from text and file content. Perfect for cleaning up text files that have encoding issues, fixing CSV imports, and preparing data for processing. Features: - Detect and remove UTF-8 BOM (EF BB BF) - Detect and remove UTF-16 BOM (FE FF or FF FE) - Detect and remove UTF-32 BOM (00 00 FE FF or FF FE 00 00) - Support multiple input formats - Visual BOM character display - Detailed detection report - Support for batch text processing Common Use Cases: - Fix CSV file import errors - Clean up text file encoding issues - Prepare data for JSON parsing - Fix XML parsing problems - Resolve API data encoding conflicts - Standardize text data format
Foreign Key Validator
Validate foreign key relationships between multiple datasets. Perfect for checking data integrity, finding orphaned records, and ensuring referential consistency across related tables. Features: - Validate foreign key relationships - Find orphaned records - Check referential integrity - Support multiple key formats - Cross-table validation - Missing key detection - Duplicate key analysis - Relationship mapping Common Use Cases: - Database integrity checks - Data migration validation - ETL process verification - Referential consistency checks - Data quality assurance - Relationship analysis