pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
https://flask-admin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5.78k stars 1.57k forks source link

Import data #1353

Open jacobsvante opened 8 years ago

jacobsvante commented 8 years ago

Issue #1178 was closed when the tablib exporting feature was added. Importing is still missing though as far as I'm aware. So I thought I'd open up this issue just to get people's ideas flowing. Might do something one day, but that day is not now.

What I'd personally like to see for the import feature is:

nrnelson commented 7 years ago

I just wanted to +1 that this is exactly what I have been Googling around for. I was excited when I saw issue #1178 in my search results but as @jmagnusson pointed out, it's for export only. A bulk create/edit from a CSV would be incredibly helpful.

Insutanto commented 3 years ago

@petrus-jvrensburg

2044

I have a PR about this issue. Maybe we can support import data in flask-admin.

macnewbold commented 3 weeks ago

See also #2247 that tried to pick up from where #2044 left off.