-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Subfield. multidimensional #37
Comments
Looking for the exact same answer. |
It does not sound possible according to the code but I'm not a js developer. For this it would require the use of something similar to jsonpath, xpath but for objects (??), this way we could select any field inside a nested array of object with the following syntax (for @joeydaal use-case): |
I also would love this! |
See #43 for an solution (made by deam0n) |
@Dynamix72 That solution seems to only work that very particular scenario, where the image link is under the href object instead of the hard-coded url object. It wouldn't work for any subfields. I can see how the feature can be added, but it's significant work and I will look into that later. |
Is there a way to select the value?
I want the image value as showen below
entries:
title_detail:
type: text/plain
language: null
base: https://www.nu.nl/rss/Algemeen
value: >-
GGD Utrecht: Derde van besmette Verknipt-bezoekers uit regio had virus
al
links:
type: text/html
href: >-
https://www.nu.nl/muziek/6148408/ggd-utrecht-derde-van-besmette-verknipt-bezoekers-uit-regio-had-virus-al.html
type: image/jpeg
href: >-
https://media.nu.nl/m/herxmqdaehck_sqr256.jpg/ggd-utrecht-derde-van-besmette-verknipt-bezoekers-uit-regio-had-virus-al.jpg
rel: enclosure
The text was updated successfully, but these errors were encountered: