返回 Skill 列表
extension
分类: 数据与分析无需 API Key

在清理、映射或下游转换之前,使用 csvlens 交互式检查大型 CSV 文件

当代理或操作员需要在清理、映射或转换大型CSV文件之前进行快速的列感知检查时,请使用csvlens。

person作者: user_3c6cb52ehubcommunity

在清理、映射或下游转换之前,使用 csvlens 交互式检查大型 CSV 文件

Use csvlens when an agent or operator needs fast column-aware inspection of a large CSV before cleaning, mapping, or transforming it.

Prerequisites

csvlens, local CSV files, and terminal access on the machine where the data lives.

Installation

Use the upstream install or setup path that matches your environment:

  • brew install csvlens
  • cargo install csvlens
  • cargo install --path $(pwd)

Requirements and caveats from upstream:

  • Requires Rust 1.88.0 or newer.

Basic usage or getting-started notes:

  • Run csvlens by providing the CSV filename:

  • csvlens <filename>

  • Pipe CSV data directly to csvlens:

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/YS-L/csvlens/HEAD/README.md

Documentation

  • https://github.com/1991513ccie-png/skills