Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Database Schema Importer

Schema Importer Grooper.Core

Imports a database table schema and generates Grooper data fields or columns corresponding to the table's column definitions.

Remarks

The Database Schema Importer is a schema importer that connects to a specified database and reads the schema for a given table or view. It automatically generates Data Field or Data Column objects in a Data Model, Data Section, or Data Table to match the columns found in the external database table.

Purpose

This importer streamlines the process of mapping database tables to Grooper data models, reducing manual configuration and ensuring consistency between the database schema and the extracted data structure.

How It Works

  • The user selects a Data Connection and specifies the name of a table or view.
  • When executed, the importer connects to the database, retrieves the column definitions for the specified table, and creates a corresponding Data Field or Data Column for each column.
  • The data type and alignment of each field are determined automatically based on the database column's type.

Configuration Guidance

  • Set the 'Data Connection' property to reference the database you wish to import from.
  • Set the 'Database Table' property to the name of the table or view whose schema you want to import.
  • The importer can be used in Data Model, Data Section, or Data Table containers.

Usage Notes

Properties

NameTypeDescription

See Also

Used By

Notification