-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
status: awaiting triageWaiting for an issue to be addressed.Waiting for an issue to be addressed.type: feature requestAn issue containing a feature request.An issue containing a feature request.
Description
The feature request
We currently have an export command (internal/export/) that supports both CSV and JSON formats. However, there is no way to merge data or restore from a JSON/CSV backup.
Proposed solution
Create cmd/import.go. Use the internal/export package structures (like ExportEntry in json.go) to parse an input file, and batch insert them using db.CreateManualEntry.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: awaiting triageWaiting for an issue to be addressed.Waiting for an issue to be addressed.type: feature requestAn issue containing a feature request.An issue containing a feature request.