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

Add support for RegExps in excludeKeys #252

Closed
mrodrig opened this issue Mar 1, 2024 · 0 comments
Closed

Add support for RegExps in excludeKeys #252

mrodrig opened this issue Mar 1, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@mrodrig
Copy link
Owner

mrodrig commented Mar 1, 2024

Background Information

This came up as a nice feature to have in #247 and entails being able to all keys with a particular name regardless of where they appear in the data. For example, to exclude all keys with the name __typename in the generated CSV, without needing to pass all possible key paths to the excludeKeys option.

By adding support for RegExps in the excludeKeys option, users have more control over the specific behavior of which keys are included in the generated CSV.

@mrodrig mrodrig self-assigned this Mar 1, 2024
@mrodrig mrodrig added this to the 5.5.0 milestone Mar 1, 2024
@mrodrig mrodrig closed this as completed Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant