-
Notifications
You must be signed in to change notification settings - Fork 17
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
exportDataset needs to populate alternate_filename #161
Comments
- Move static export dataset SQL to config - Add alternate filename column to export dataset endpoint query
After discussion with @djtfmartin, the exportDataset should output the alternative_filenames and original_filenames as identifier to the same imageID in the export for eg: fileName1,uuid1 |
The solution need to be modified to have image records for original file name and each alternative_filenames as below. uuid -1 | original_filename |
Refer: AtlasOfLivingAustralia/data-management#732 (example 2).
As discussed with @sbearcsiro, in order for image sync to link back the images, the alternate_filename can be used to match back to the original url when original_filename when the url differs
The text was updated successfully, but these errors were encountered: