Communityv2.1.0

Csv Handler

Handle CSV files from construction software exports. Auto-detect delimiters, encodings, and clean messy data.

2.8kdownloads3stars12active installsdatadrivenconstruction
View on ClawHubBack to Skills

Skill Details

Slug
csv-handler
Latest Version
2.1.0
Author
datadrivenconstruction
Published
Feb 7, 2026
Updated
May 11, 2026
Total Versions
2

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Csv Handler.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v2.1.0

- Added auto-detection of CSV delimiters and file encodings. - Improved data cleaning: trims whitespace, removes empty rows/columns, and standardizes column names. - Allows merging and splitting CSV files by column values. - Introduced intelligent type conversion for numeric and date fields. - Specialized classes for handling construction schedule and cost CSVs.