Skip to content

move from directory per user, into single json file for export/import #2

@nemerna

Description

@nemerna

currently, when exporting, the final export handles each user in a separate directory as follows

example-export
├── kcm
│   ├── USER.json
│   └── group_paths.csv
├── userx
│   ├── USER.json
│   └── group_paths.csv
└── usery
    ├── USER.json
    └── group_paths.csv

change the approach in order to support combining the exported content into a single Json file

then change the import process to expect a single Json file

Metadata

Metadata

Assignees

Labels

improvementimprove a working feature to more enhanced one

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions