mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-21 16:09:12 +03:00
bcf7857477
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
Support unified Huly data import format Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com> |
||
---|---|---|
.. | ||
config | ||
src | ||
.eslintrc.js | ||
build.sh | ||
Dockerfile | ||
esbuild.js | ||
jest.config.js | ||
package.json | ||
README.md | ||
tsconfig.json |
Huly Import Tool
Tool for importing data into Huly workspace.
Recommended Import Method
Unified Format Import
The recommended way to import data into Huly is using our Unified Import Format. This format provides a straightforward way to migrate data from any system by converting it into an intermediate, human-readable structure.
See the complete guide and example workspace to get started.
Why Use Unified Format?
- Simple, human-readable format using YAML and Markdown
- Flexible structure that can represent data from any system
- Easy to validate and fix data before import
- Can be generated automatically by script or prepared manually
Direct Import Options
We also support direct import from some platforms:
- Notion: see Import from Notion Guide
- ClickUp: see Import from ClickUp Guide
These direct imports are suitable for simple migrations, but for complex cases or systems not listed above, please use the Unified Format.