How-To

HomeHow-To → Import an IADS package

Import an IADS package

Ironmark imports Team-IADS .iads archives as fresh projects. TOC, DMs, graphics, DTDs, and the source dataset.xml all persist — so a later re-export produces a byte-close round-trip.

Create or pick a project

1

Fresh import vs update

Two paths. From the Projects page, use Import IADS package on an existing project card if you're refreshing content into a known project (the "Update existing by title" checkbox on the import modal controls dedupe behavior). Otherwise create a new project and import into that.

Upload the package

1

Drop the .iads file

Modal accepts a Team-IADS Format A archive (XML manifest + gzip binary — IADS Viewer 4.x and later). Format B binary-header packages import too via the codec's auto-detect.

2

Watch the job progress

Import runs as a background job. Progress shows document counts as they land. A typical helmet-sized package (~200 files) finishes in seconds.

What happens during import

Ironmark unpacks the archive and routes each file by role:

DTD retention + validation

The DTD folder saved to data/projects/<id>/dtd/ is available for two purposes:

If your program authored against a customer-supplied DTD that differs from the SDM's default, flip Project Settings → Fallback DTD → "Use this DTD instead of the SDM's default validation". Every validation run then uses the imported DTD directly.

Skipped-files breakdown: the import job categorizes any files it didn't ingest — non-XML, unrecognized types, malformed XML, etc. — so you can see at a glance what got left out. Typical helmet-sized packages skip ~60 help images and the DTD folder (the DTD folder is "skipped as content" but saved to disk).

Gotchas

Related

← All how-to guides