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

Implement bulk imports and edits for SLM models #4

Open
Hedde opened this issue Apr 22, 2022 · 5 comments · Fixed by #46
Open

Implement bulk imports and edits for SLM models #4

Hedde opened this issue Apr 22, 2022 · 5 comments · Fixed by #46
Labels
enhancement New feature or request

Comments

@Hedde
Copy link
Member

Hedde commented Apr 22, 2022

It seems relationships can only be imported based on their numeral primary key (which might makes sense as the name does not currently have a unique constraint)

@Hedde Hedde self-assigned this Apr 22, 2022
@Hedde Hedde added bug Something isn't working enhancement New feature or request labels May 2, 2022
@wkoot
Copy link
Collaborator

wkoot commented Jun 6, 2023

Also, the columns (field names) need to be lowercased - different from the export output

@rudradevpal
Copy link

was this issue fixed? I am still not able to do bulk import

@wkoot
Copy link
Collaborator

wkoot commented May 13, 2024

This has not been fixed yet, but we are accepting PRs ;)

@wkoot wkoot changed the title Fix CSV/Bulk imports for SLM models Implement bulk imports and edits for SLM models Jul 9, 2024
@MartVisser MartVisser removed the bug Something isn't working label Jul 10, 2024
@wkoot
Copy link
Collaborator

wkoot commented Oct 14, 2024

Implementation by @erichester76 posted in #44, we'll move this issue forward

wkoot pushed a commit that referenced this issue Oct 14, 2024
wkoot pushed a commit that referenced this issue Oct 14, 2024
@wkoot wkoot linked a pull request Oct 14, 2024 that will close this issue
wkoot added a commit that referenced this issue Oct 14, 2024
Partially implements #4
Based on @erichester76's #44

Signed-off-by: wkoot <[email protected]>
Co-authored-by: Eric Hester <[email protected]>
@wkoot wkoot closed this as completed in #46 Oct 14, 2024
@wkoot
Copy link
Collaborator

wkoot commented Oct 14, 2024

Several fields are not yet supported, these are all the LaxURLFields. They seem to bypass the custom model field validation.
Also, for consistency, bulk export should be implemented in a way such that import works without changing the export csv.
And bulk edits are not yet addressed

@wkoot wkoot reopened this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants