mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-17 11:53:00 +00:00

* Integrate import to workspace initialization Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com> * Support importing drawing along with attachments Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com> * Put init scripts into workspace container Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com> --------- Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
# 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](./docs/huly/README.md). 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](./docs/huly/README.md) and [example workspace](./docs/huly/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:
|
|
|
|
1. **Notion**: see [Import from Notion Guide](./docs/notion/README.md)
|
|
2. **ClickUp**: see [Import from ClickUp Guide](./docs/clickup/README.md)
|
|
|
|
These direct imports are suitable for simple migrations, but for complex cases or systems not listed above, please use the Unified Format. |