Help
Academy
  • INTRODUCTION
  • About Reasy
  • Why Choose Reasy?
  • User Registration
  • Invite & Manage Users
  • GETTING STARTED
    • Create Your First App
    • App Dashboard
    • Workspace
      • Engine Explorer
      • Navigation Explorer
      • Canvas
      • Tools
        • Screen Components
          • Input Elements
          • Containers
          • Texts
          • Buttons
          • Charts
          • Grids
          • Cards
          • Files & Images
          • Custom Components
          • Pre-built Screens
        • Custom Screen Components
        • BPMN Components
        • Data-Driven Plugins
          • Data Sources
            • SQL Plugin
            • Session Plugin
            • MakeServerURL
            • PrivatePDM
            • Logout
            • MethodInvoker
            • UMPlugin
            • APIConsumer
            • EmailReaderPlugin
            • FileReaderPlugin
            • FileWriterPlugin
            • FileDownloadPlugin
            • FileUtils
            • PropertyReader
            • DateUtils
            • JsonUtils
            • JoinPlugin
            • EncryptDecrypt
            • StringUtils
          • Data Display
          • Business Tools
      • Property Editor
        • General Properties
        • Design Properties
    • Engines
      • Screens
        • Responsive Grid System
        • Building App Layout
        • Building Screens
        • Creating Pop-up Screens
        • Events and Actions
        • Importing Screens
          • Importing an HTML
          • Importing a Figma Screen
          • Importing a PDF
          • Importing a Screenshot
          • Importing a Hand-drawn Sketch
          • Text to Screen
        • Manage Screens
      • Data Modeler
        • Setting up a Data Source
        • Creating a Model
          • Adding Computational Formula
          • Adding Validations
        • Importing a Data Model
        • Entity Relationships
        • Exporting a Data Model
      • APIs
        • A Step-by-Step Guide to Build an API
        • Creating an API Service
        • API Configuration
        • Publishing API
        • API Authentication
        • Consuming REST APIs
        • Manage API Services
      • Navigation
        • Layout Setup
        • Creating Microapps
        • Manage Microapps
      • Page
      • Workflow
        • Creating Workflows
        • Workflow Templates
        • Optimizing Complex Workflows
        • Manage Workflows
      • User Management
        • Users
        • Roles
        • Policies
        • Password Policies
        • Data Rules
      • Resources
      • Languages
        • Translating App Language
        • Manage Languages
    • App Management
Powered by GitBook
On this page
  • Model to Model File:
  • Export Data:
  • Model to Database:
  • Export Validation Rules

Was this helpful?

  1. GETTING STARTED
  2. Engines
  3. Data Modeler

Exporting a Data Model

This article explains the benefits and process of exporting a data model.

  • Collaborative Work: Exporting the model allows easy sharing with your team, enabling timely feedback and collaboration.

  • Reusability: The exported model can be reused across multiple projects or applications.

  • Data Integrity and Backup: Exporting serves as a backup mechanism, ensuring data integrity. In case of any unexpected issues, you can restore a model quickly and effortlessly.

  • Version Control: Each exported model represents a specific version or iteration of the data model. This makes it easier to track changes, compare different versions, and maintain a comprehensive record of the data model's evolution over time.

Here are the various formats to which you can export your model:

Model to Model File:

This format is ideal for exporting unstructured data. When you choose this option, the selected entities are saved as a package with the ".pdm" extension. While we understand that unstructured data is often presented in JSON or XML formats, we use the PDM format to ensure compatibility with Reasy.

Export Data:

Use this option to export both the model and its data.

Model to Database:

Use this option to export a model to your preferred external database. Before proceeding, ensure that you have a compatible data source to connect to your database. The model will export the chosen entities directly to your designated database.

Export Validation Rules

Beyond just exporting a model, you can also export the "Validation rules" within it. By default, all entities are selected. However, if you want to export only the entities that have validation rules, simply uncheck all entities and choose the ones you require. Once you've made your selection, proceed with the export process. It will generate an Excel file containing the exported rules.

PreviousEntity RelationshipsNextAPIs

Last updated 1 year ago

Was this helpful?