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

CSV ingest fallback to folder name if folder path is not complete #27

Open
2 tasks done
jrsndl opened this issue Sep 29, 2024 · 0 comments
Open
2 tasks done

CSV ingest fallback to folder name if folder path is not complete #27

jrsndl opened this issue Sep 29, 2024 · 0 comments
Assignees
Labels
type: enhancement Improvement of existing functionality or minor addition

Comments

@jrsndl
Copy link

jrsndl commented Sep 29, 2024

Is there an existing issue for this?

  • I have searched the existing issues.

Please describe the feature you have in mind and explain what the current shortcomings are?

When CSV ingest is used to ingest renders from vendors, it is not easy to communicate the full folder path. It would be great to allow a fallback that tries to match the folder path from .csv against all folder names in the project. Folder name is not unique identifier, but many projects still enforce the perfectly reasonable limitation of unique folder names per project.

How would you imagine the implementation of the feature?

The CSV Folder Path column should be first matched against project folder paths, and the failed items agains project folder names. Maybe this should be optional so the current behavior is preserved.

Are there any labels you wish to add?

  • I have added the relevant labels to the enhancement request.

Describe alternatives you've considered:

Alternatively, another column named Folder Name can be added, and ingest would use it only if Folder Path is empty. This would be more explicit, but would add another column and we already have a lot.

Additional context:

No response

@jakubjezek001 jakubjezek001 added the type: enhancement Improvement of existing functionality or minor addition label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Improvement of existing functionality or minor addition
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants