You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on #5 , we have a tool to upload ticket data like #23 . The raw data is stripped privacy-related columns manually prior to uploading. It will be great if we could have fool-proof, or something automatically stripping the columns that we don't want to upload, when uploading.
Possible Solution
Check black list of columns and remove them from data frames.
The current candidates of column to remove in my mind:
(kktix) id
order number
checkin code
qr code serial no
nickname
Contact Name
contact mobile
Please note we keep contact emails and upload their hashed version. Ref to the context: #30
The text was updated successfully, but these errors were encountered:
grimmer0125
changed the title
[Feature Request] Strip privacy columns when uploading tickeet data
[Feature Request] Strip privacy columns when uploading ticket data
Jul 6, 2021
@grimmer0125 thank you for the tip. The issue was resolved earlier but I forgot to update the issue status. The tip may be used for future improvement.
Description
When working on #5 , we have a tool to upload ticket data like #23 . The raw data is stripped privacy-related columns manually prior to uploading. It will be great if we could have fool-proof, or something automatically stripping the columns that we don't want to upload, when uploading.
Possible Solution
Check black list of columns and remove them from data frames.
The current candidates of column to remove in my mind:
Please note we keep contact emails and upload their hashed version. Ref to the context: #30
The text was updated successfully, but these errors were encountered: