feat(tools): a Simuldocs-export importer — history intact - #29
Open
Robertzu43 wants to merge 1 commit into
Open
Conversation
Walks a Simuldocs export's manifest.json and rebuilds each document in easydocs over the REST API: collections become folders, revisions import in order via versions:import, and each revision's label lands as the version name. Skips files missing from the export copy with a warning, and re-running skips documents that already exist by (folder, name). Verified against the AptsNY export: 124 documents / 640 revisions. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Robertzu43 <robertzu43@icloud.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Walks a Simuldocs export's
manifest.jsonand rebuilds each document over the REST API: collections → folders, revisions imported in order viaversions:import, labels preserved as version names. Skips files missing from the export copy with a warning; re-running skips documents that already exist by (folder, name).Verified against a real 129-document export: 124 documents / 640 revisions imported, the 5 with files missing from the export copy skipped with warnings.
Useful to anyone landing here from the Simuldocs shutdown.
🤖 Generated with Claude Code