Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature for importing CSV file #877

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

alserious
Copy link

  1. Add an import button and a modal window for selecting a CSV file in the list page.
  2. Add flags: column_import_list, column_import_exclude_list, can_import by default disabled.
  3. If the model has relations, the association will be according to the returned data __str__ method of the SQLAlchemy model. Relation models in a CSV file are separated by a comma.

Screenshot 2025-02-03 144529

Screenshot 2025-02-03 144541

import_csv

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant