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

Enhance CSV import to allow referencing by UUID as an alternative to composite-key #3976

Closed
Tracked by #3752
glennmatthews opened this issue Jun 22, 2023 · 1 comment · Fixed by #4188
Closed
Tracked by #3752
Assignees
Labels
type: feature Introduction of new or enhanced functionality to the application
Milestone

Comments

@glennmatthews
Copy link
Contributor

glennmatthews commented Jun 22, 2023

Similar to how the JSON REST API and the NaturalKeyOrPKMultipleChoiceFilter work, allow for CSV import to identify related objects by either:

  • composite-key string (currently supported in 2.x)
  • UUID string

The underlying REST serializer knows how to handle UUIDs, of course, so this probably just needs some logic in the NautobotCSVParser class.

@glennmatthews
Copy link
Contributor Author

Implemented by #4188.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature Introduction of new or enhanced functionality to the application
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant