Skip to content

Decide which fields to export/ignore #2

@sneakypete81

Description

@sneakypete81

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions