🧩 Data & Tables
Structured data cleanup, analysis, transformation, and table workflows
Drop Items
Drop first N items from array using lodash _.drop
Data & TablesCompact Array
Remove falsey values from array using lodash _.compact
Data & Tables.env Parser
Extract and validate .env style KEY=VALUE configurations with detection of duplicate keys and suspicious spaces/quotes
Data & TablesLog Redactor
Batch redact sensitive data from logs using configurable rules and multiple strategies
Data & TablesPII Finder
Scan text/logs for potential PII (Personally Identifiable Information) and annotate positions and types for redaction and compliance checking
Data & TablesLog Parser - Apache/Nginx Access Log Parser
Parse Apache/Nginx access logs using regex patterns and extract structured data
Data & TablesRow Calculator
Perform calculations on each row and add new columns
Data & TablesColumn Reorder
Reorder table columns without changing the data rows
Data & TablesColumn Renamer
Rename column headers in CSV and table data with preview and validation
Data & TablesSeasonal Index Calculator
Calculate seasonal indices for time series data to identify seasonal patterns
Data & TablesColumn Remover
Remove specified columns from table data
Data & TablesNumber Range Statistics
Analyze and count numbers within specified ranges or intervals
Data & Tables