ScaffoldHub - v2
  • Introduction
  • Modeling
    • Two-way Relationships
  • Setup
    • Backend
    • Frontend
    • File Storage
    • Emails with SendGrid
    • Payments with Stripe
  • Debugging
  • Deployment
    • Database
      • SQL
      • MongoDB
    • Backend
      • Google Cloud - App Engine
      • Google Cloud - Run
      • Under construction...
    • Frontend
      • Firebase Hosting
      • Heroku w/ Subdomains
      • Under construction...
  • Features
    • Projects
    • Preview
    • Tenants
      • Single-Tenant
      • Multi-Tenant
      • Multi-Tenant (w/ subdomains)
    • Payments
    • Security
    • Authentication
      • Sign-in and Sign-up
      • Invitation
      • Password Reset
      • Password Change
      • Email Verification
    • Audit Logs
    • Settings
    • Internationalization (I18n)
    • Entity
      • Form
      • Filter and List
      • Export
      • Import
    • API Documentation
  • Architecture
    • Security
    • File Storage
    • Internationalization (I18n)
    • Payments
    • Typescript Support
    • Rate limiting
    • Technologies Versions
    • Under construction...
  • Recipes
    • Testing the API with Postman
    • Enterprise sign-in with WorkOS
    • Under construction...
  • Support
  • Changelog
    • Documentation
    • Scaffolds
  • Custom Development
  • Legacy Scaffolds
  • Go to ScaffoldHub
Powered by GitBook
On this page

Was this helpful?

  1. Features
  2. Entity

Import

PreviousExportNextAPI Documentation

Last updated 4 years ago

Was this helpful?

The import process allows users to import an excel file with entity records.

The first step is to download the template by clicking on Download the template.

It's important that you change the data types of the columns to text to avoid problems converting date and time.

Especial Fields Formats

Date

Date must be in the format YYYY-MM-DD. Example: 2020-12-30.

Datetime

Datetime must be in the format YYYY-MM-DD HH:mm. Example: 2020-12-30 18:59.

Files and Images

Files and images must be the URL of the files, separated by a space. Example: https://scaffoldhub.io/image1.png https://scaffoldhub.io/image2.png

Relation to One or Relation to User (one)

Relations to one must be the ID of the related entity. Example: 5f05d54388768c00437dfd11.

Relation to Many or Relation to Users (many)

Relations to many must be the IDs of the related entities separated by a space. Example: 5f05d54388768c00437dfd11 5f0616d3da85f00043c79103