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

Filter out certain object values #35

Open
BryceStevenWilley opened this issue Oct 19, 2023 · 0 comments
Open

Filter out certain object values #35

BryceStevenWilley opened this issue Oct 19, 2023 · 0 comments

Comments

@BryceStevenWilley
Copy link

When I tried this on a recent interview, I got a whole lot of rows that were useless, that I think we could filter out:

  • AL specific things like:
    • AL_DEFAULT_COUNTRY / OVERFLOW_MESSAGE/STATE, etc.
    • al_menu_items and al_menu_items_default_items
  • DAStaticImages, including al_logo. All of the alt, filename, and package attributes were listed
  • ALDocument and ALDocumentBundles can have some attributes set by users, but not the dictionary keys like 'final'.
  • ALAddress adress_labels, and things like location.known
  • All of petitioners[0] was set to users[0], which, while true, is not something that Kiln can actually set or do
  • Never seen DAList.minimum_number used in an interview, so it might be filterable. I think it's possible to set in an interview though, so might not be valid.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant