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

Allow extracting fields based on attribute filters #320

Open
jakopako opened this issue Dec 6, 2024 · 0 comments
Open

Allow extracting fields based on attribute filters #320

jakopako opened this issue Dec 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jakopako
Copy link
Owner

jakopako commented Dec 6, 2024

Right now, a field location has a selector among other config. This selector defines what node of the webpage should be extracted for the given field. Because of the nature of selectors you can define the node names (e.g. div, a, header ...) classes (with dot, e.g. .title) and id's (with #). You cannot specify values for other attributes, e.g. if you have the following node: <span style="color: #3366ff;">MATHIEU BOOGAERTS</span> you cannot filter on style="color: #3366ff;" just with the selector.

TODO: add a mechanism that allows such filtering.

@jakopako jakopako added the enhancement New feature or request label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant