-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The export script currently only exports the following fields:
EXPORT_FIELDS = ["dateTaken",
"dateUploaded",
"description",
"filenameOriginal",
"latitude",
"longitude",
"license",
"permission",
"rotation",
"status",
"tags",
"timestamp",
"title",
"views",
]
I've done this because I wasn't too sure which of the fields were safe to export - some clearly aren't (eg. id, pathOrigianal, etc).
Rather than maintaining a whitelist like this, it would be much better to just blacklist the fields that need to be ignored and export everything else.
@jmathai: could you please let me know which fields should be ignored?
Metadata
Metadata
Assignees
Labels
No labels