All-in-One Tools Collection
A broad collection of online tools for development, AI, design, and productivity tasks.
Showing page 81 of 122 (12 tools on this page)
CSV Transformer
Transform and process CSV data with column operations, calculations, and data type conversions. Supports renaming columns, adding calculated columns, removing columns, converting data types, calculating values, and filtering rows. Operation examples: • Rename column: [{"type": "rename", "column": "old_name", "new_name": "new_name"}] • Add calculated column: [{"type": "add_column", "new_column": "total", "formula": "price * quantity"}] • Remove column: [{"type": "remove_column", "remove_column": "column_to_remove"}] • Convert data type: [{"type": "convert_type", "convert_column": "age", "target_type": "number"}] • Calculate values: [{"type": "calculate", "target_column": "total", "expression": "price * tax + shipping"}] • Filter rows: [{"type": "filter_values", "filter_column": "status", "operator": "equals", "value": "active"}]
Text File Replacer
Find and replace text in files with support for regex, multiple patterns, and backup creation
Barcode Generator
Generate CODE128 barcode from text with fixed dimensions
Roman Numeral Converter
Convert between Arabic numbers and Roman numerals with validation and detailed results
CSV Filter
Filter CSV data by column values with multiple conditions and operators. Supports 12 filter operators including equals, contains, greater_than, less_than, and empty value checks. Additional Filters examples: [{"column": "age", "operator": "greater_than", "value": "25"}] [{"column": "status", "operator": "equals", "value": "active"}, {"column": "score", "operator": "greater_equal", "value": "80"}] [{"column": "name", "operator": "contains", "value": "john"}, {"column": "email", "operator": "is_not_empty"}]
Time Zone Converter
Convert time between different time zones around the world
CSV Sorter
Sort CSV data by one or multiple columns with ascending/descending order options
HCL-YAML Converter
Convert between HashiCorp Configuration Language (HCL) and YAML formats for Terraform configurations
QR Code Decoder
Decode QR codes from images and extract the contained text or URLs
BSON Converter
Encode and decode data to/from BSON (Binary JSON) format
Smile Converter
Encode and decode data to/from Smile (binary JSON) format
User-Agent Parser
Parse and analyze User-Agent strings to extract browser, operating system, device, and engine information