SlashAI

Your AI Command Vault

Warming up the neural networks…

Cleaning

Data & Analytics

Cleaning

6 commands

/CleanCsv

Normalize headers, fix types, trim whitespace and remove duplicate rows.

Data & Analyticseasy#csv#cleaning

/CleanJson

Normalize, dedupe and fix types in a JSON payload — e.g. webhook-payload.json — nested 4 levels deep, 12 event types.

Data & Analyticseasy#json#cleaning

/CleanSurvey

Normalize, dedupe and fix types in survey results — e.g. nps-survey-responses.csv — 512 responses, free-text comments.

Data & Analyticseasy#survey#cleaning

/CleanSpreadsheet

Normalize, dedupe and fix types in a spreadsheet — e.g. budget-2025.xlsx — 6 tabs, formulas breaking on tab 3.

Data & Analyticsmedium#excel#sheets

/CleanTable

Normalize, dedupe and fix types in a database table — e.g. public.users — 2.1M rows, nullable email column.

Data & Analyticsadvanced#sql#table

/CleanLogs

Normalize, dedupe and fix types in application logs — e.g. api-error.log — 90MB, spikes at 03:00 UTC daily.

Data & Analyticsadvanced#logs#observability