2 个仓库
Utilities for linking tabular data columns to specific entity identifiers using mapping rules and transformations.
Distinguishing note: Shortlist focuses on format conversion (JSON/Excel) or similarity; this is about mapping columns to API keys.
Explore 2 awesome GitHub repositories matching data & databases · CSV Data Mappers. Refine with filters or upvote what's useful.
CsvHelper is a library for reading and writing comma-separated value files by mapping data to custom class objects. It functions as a parsing library and data mapper that converts flat-file text into structured data objects and serializes internal data sets back into standard CSV files. The project emphasizes memory efficiency through a parser that optimizes resource consumption. It utilizes field value caching and an interned string cache to store repetitive values, which reduces memory overhead when processing large datasets. The library provides a configuration-driven parsing engine that
Provides a system for linking CSV columns to application properties using configurable attributes.
GAM is a command-line tool for administering Google Workspace and Cloud Identity. It translates command-line arguments into structured API calls, enabling administrators to manage users, groups, organizational units, and domain settings across a Google Workspace environment. The tool handles authentication through OAuth2 flows, service accounts, and workload identity federation, and supports multi-tenant configurations for managing multiple domains or cloud projects from a single installation. GAM distinguishes itself through its batch processing and automation capabilities. It can process la
Links CSV columns to primary keys and data fields to map tabular data to specific administrative items.