ScaffoldHub
  • Introduction
  • Modeling
  • Setup
    • NextJS
    • File Storage
    • Payments with Stripe
  • Debugging
  • End-to-end and Unit Tests
  • Deployment
    • Deploy to Vercel
  • Features
    • Projects
    • Preview
    • Tenants
    • Subscriptions and Payments
    • Security
    • File Storage
    • Authentication
      • Sign-in and Sign-up and Social Sign-in
      • Invitation
      • Password Reset
      • Password Change
      • Email Verification
    • Entity
      • Form
      • Filter and List
      • Export
      • Import
    • Audit Logs
    • Internationalization (I18n)
    • API Keys
    • API Documentation
  • Package.json
  • Support
  • Changelog
    • Documentation
    • Scaffolds
  • Custom Development
  • Legacy Scaffolds
  • Go to ScaffoldHub
Powered by GitBook
On this page
  1. Features
  2. Entity

Import

PreviousExportNextAudit Logs

Last updated 1 year ago

The import process allows users to import a CSV file with entity records.

The first step is downloading the template by clicking Download the template.

Then, you click on Upload, and a table with the rows will be presented.

Especial Fields Formats

Date and DateTime

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

Relations (one)

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

Relations (many)

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

It can be any date/date time format accepted by .

https://day.js.org/