awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesEmpty String to Null Converters

Transforms empty string values into SQL NULL during data loading.

Distinct from Empty Value Validations: Distinct from Empty Value Validations: performs transformation of empty strings to null rather than validation checks.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Empty String to Null Converters. Refine with filters or upvote what's useful.

Awesome Empty String to Null Converters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • django-oscar/django-oscarAvatar von django-oscar

    django-oscar/django-oscar

    6,611Auf GitHub ansehen↗

    Django Oscar is a domain-driven e-commerce framework built on Django for constructing custom online stores. It provides a purpose-built admin dashboard for managing e-commerce operations including products, orders, customers, and promotions, replacing the default Django admin interface. The framework includes a flexible promotions engine for creating multi-buy, bundle, and percentage discounts with custom conditions and benefits, along with a configurable order status and transition system that supports split payments, multi-batch shipping, and deferred payment capture. The framework is desig

    Automatically converts empty strings to NULL and forces uppercase or non-negative decimal values in database columns.

    Python
    Auf GitHub ansehen↗6,611
  • dimitri/pgloaderAvatar von dimitri

    dimitri/pgloader

    6,295Auf GitHub ansehen↗

    pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos

    Transforms empty string values into NULL for PostgreSQL loading.

    Common Lispclozure-clcommon-lispcsv
    Auf GitHub ansehen↗6,295
  • solnic/virtusAvatar von solnic

    solnic/virtus

    3,746Auf GitHub ansehen↗

    Virtus is a Ruby attribute management and data coercion library used to define object schemas with typed attributes. It functions as a tool for transforming nested JSON structures and complex input formats into structured internal Ruby data types. The project provides a framework for creating value objects that are compared by their attribute values rather than memory identity. It allows for the mapping of complex external data into domain objects and supports the implementation of custom coercion logic to ensure data consistency. The library covers data modeling through schema-driven attrib

    Converts empty strings to null values during the type conversion process to maintain consistency.

    Ruby
    Auf GitHub ansehen↗3,746
  1. Home
  2. Software Engineering & Architecture
  3. Runtime Value Validation
  4. Empty Value Validations
  5. Empty String to Null Converters

Unter-Tags erkunden

  • Database Field Cleaning TransformationsAutomatically converts empty strings to NULL and forces uppercase or non-negative decimal values in database columns. **Distinct from Empty String to Null Converters:** Distinct from Empty String to Null Converters: covers a broader set of field-level transformations including case and decimal enforcement.