awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 个仓库

Awesome GitHub RepositoriesCSV Serialization

Conversion of structured data objects into comma-separated value formats.

Distinct from JSON Serializers: Focuses on CSV output specifically, whereas JSON Serializers focuses on JSON output.

Explore 9 awesome GitHub repositories matching data & databases · CSV Serialization. Refine with filters or upvote what's useful.

Awesome CSV Serialization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • carlospolop/peass-ngcarlospolop 的头像

    carlospolop/PEASS-ng

    20,054在 GitHub 上查看↗

    PEASS-ng is a Linux privilege escalation scanner and post-exploitation enumeration tool. It identifies security vulnerabilities and misconfigurations on Linux systems that could lead to unauthorized elevated access. The tool functions as a security audit utility that discovers system weaknesses and sensitive information after initial access is gained. It scans operating systems to identify specific privilege escalation paths. Findings are converted into structured security audit reports. The tool supports exporting scan results into JSON, HTML, and PDF formats for formal analysis and documen

    Converts raw security scan findings into structured JSON, HTML, or PDF formats for documentation.

    C#
    在 GitHub 上查看↗20,054
  • mholt/papaparsemholt 的头像

    mholt/PapaParse

    13,492在 GitHub 上查看↗

    PapaParse is a delimited text processing library that converts CSV files into JSON objects or arrays. It provides a suite of tools for parsing delimited text and transforming structured data objects back into CSV formats through bidirectional serialization. The library is characterized by its ability to process massive datasets using incremental streaming and chunk-based processing to prevent memory overload. It includes an automatic delimiter detector to identify separator characters without manual configuration and utilizes web workers to offload parsing logic to background threads, keeping

    Transforms structured JSON data objects back into delimited CSV text through reverse mapping.

    JavaScript
    在 GitHub 上查看↗13,492
  • lostindark/driverstoreexplorerlostindark 的头像

    lostindark/DriverStoreExplorer

    9,548在 GitHub 上查看↗

    DriverStoreExplorer is a Windows system utility for managing the driver store, serving as a manager for third-party driver packages, a backup tool, and a system storage cleaner. It enables the listing, installation, and removal of driver packages to maintain the operating system's driver store. The project distinguishes itself by auditing the associations between installed driver packages and connected or disconnected hardware devices. It identifies and removes duplicate, obsolete, or redundant driver versions to reclaim disk space and can perform these operations on the local machine or with

    Provides conversion of filtered driver metadata into comma-separated value formats for external analysis.

    C#driverdriver-storedriverstore
    在 GitHub 上查看↗9,548
  • drwetter/testssl.shdrwetter 的头像

    drwetter/testssl.sh

    9,091在 GitHub 上查看↗

    testssl.sh is a suite of diagnostic tools and a network security auditor used to scan network ports for supported encryption protocols, ciphers, and vulnerabilities in TLS and SSL configurations. It functions as a security scanner that evaluates the cryptographic strength of a server by testing all available cipher suites. The tool analyzes server encryption strength and identifies security vulnerabilities or weak settings through TLS and SSL security auditing. It verifies that encryption is properly implemented on specific network ports and evaluates whether only strong and modern encryption

    Serializes internal scan findings into machine-readable CSV, JSON, and human-readable HTML reports.

    Shell
    在 GitHub 上查看↗9,091
  • aquasecurity/kube-benchaquasecurity 的头像

    aquasecurity/kube-bench

    8,078在 GitHub 上查看↗

    kube-bench is a Kubernetes security benchmark scanner and configuration auditor. It verifies if a cluster adheres to the Center for Internet Security standards and other hardening guides to identify security misconfigurations and vulnerabilities. The tool operates as a containerized security scanner, utilizing host namespaces to analyze nodes and control plane components without requiring the installation of binaries directly on the host. It supports multiple Kubernetes distributions, applying environment-specific benchmarks to ensure auditing accuracy for managed services. The project cover

    Provides serialization of security scan results into standardized formats like ASFF for integration with security dashboards.

    Go
    在 GitHub 上查看↗8,078
  • tabulapdf/tabulatabulapdf 的头像

    tabulapdf/tabula

    7,425在 GitHub 上查看↗

    Tabula is a PDF table extraction tool and data scraper designed to isolate tabular structures within text-based PDF files. It functions as a converter that transforms these layouts into structured CSV or spreadsheet formats for data recovery and analysis. The project provides both a visual interface for manually selecting table areas and a headless command-line interface. This dual approach allows for a choice between manual data recovery via visual-area selection and the integration of table extraction into automated data pipelines. The extraction process utilizes Java-based PDF parsing and

    Converts extracted tabular text into comma-separated value formats for spreadsheet compatibility.

    CSScsvexcelpdf
    在 GitHub 上查看↗7,425
  • gusmanb/logicanalyzergusmanb 的头像

    gusmanb/logicanalyzer

    4,827在 GitHub 上查看↗

    Logicanalyzer 是一个数字逻辑分析仪和信号可视化工具,专为捕获和分析高速数字信号转换而设计。它作为协议解码器,将原始数字信号转换为人类可读的帧,并作为网络捕获工具通过 TCP 远程获取数据。 该系统是一个可扩展的协议分析器,允许通过外部库为专有协议开发自定义解码器和渲染器。它支持通过 WiFi 进行远程硬件捕获,并提供了一种通过多设备菊花链增加可用数字通道的机制。 该软件涵盖了广泛的数据采集和分析功能,包括高分辨率信号捕获、边沿和模式触发,以及用于计算频率和周期的信号属性测量。它包括用于波形可视化、捕获样本编辑以及使用领域特定语言生成合成样本的工具。 用户可以通过多平台命令行界面管理数据捕获和网络设置。

    Stores captured signal transitions in comma-separated value formats for portability and external analysis.

    Python
    在 GitHub 上查看↗4,827
  • adaltas/node-csvA

    adaltas/node-csv

    4,268在 GitHub 上查看↗

    该库是一个 CSV 数据序列化和字符串化工具,用于将结构化记录转换为逗号分隔值。它提供了通过同步、基于回调或基于流的实现将数据记录转换为纯文本的工具。 该项目的特色在于通过原生的 Node.js Transform API 提供流式实现,允许在不将所有记录加载到内存的情况下处理大型数据集。它还包含一个灵活的格式化系统,用于定义特定的分隔符、引号、转义字符和标题配置。 该工具集涵盖数据导出自动化和记录到字符串的映射,支持从数据库记录或 API 响应中以编程方式生成文件。

    Serializes structured data records into comma-separated value formats using multiple execution interfaces.

    JavaScript
    在 GitHub 上查看↗4,268
  • watsonbox/exportifywatsonbox 的头像

    watsonbox/exportify

    3,981在 GitHub 上查看↗

    Exportify is a web-based music metadata tool and data archive utility designed to export Spotify playlists and liked songs into portable CSV files. It serves as a multi-language data export utility that allows users to save track, album, and artist details for long-term preservation or data analysis. The tool provides capabilities for bulk playlist archiving, where entire collections of playlists are saved as CSV files and bundled into a single ZIP archive. It also supports targeted extraction through playlist search and filtering based on ownership or collaboration status. The system handle

    Converts structured JSON metadata from the Spotify API into portable CSV strings.

    TypeScriptplaylistsspotifyspotify-api
    在 GitHub 上查看↗3,981
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Serialization
  5. JSON Serializers
  6. CSV Serialization

探索子标签

  • Security Audit SerializersConversion of security scan results into structured CSV, JSON, or HTML formats. **Distinct from CSV Serialization:** Focuses on security-specific audit data rather than general data processing pipelines.