This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Export/Import Correspondents, Document Types, and Tags #1080
isaacsando
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add the ability for paperless-ng to export and import Correspondents, Document Types, and Tags as CSV files.
Key Features
Details
export_csv
that would take one or more arguments for the export targets (correspondents, document types, and/or tags) and optionally filenames. The default would be a CSV file for each export target with the naming convention "export_[metadata_type]" (e.g.,export_document_types.csv
).import_csv
that would take one argument for the filename to import. paperless-ng should infer what metadata type it should be based on the column names.Beta Was this translation helpful? Give feedback.
All reactions