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

Need to be able to get many attributes at same level #2

Open
mathix420 opened this issue May 29, 2021 · 0 comments
Open

Need to be able to get many attributes at same level #2

mathix420 opened this issue May 29, 2021 · 0 comments

Comments

@mathix420
Copy link
Member

exemple:

pipelines:
  - name: players
    url: ...
   extract:
     - name: name
       attribute: $text
     - name: link
       attribute: href

result:

"players": [
    { "name": "player1", "url": "url1" },
    { "name": "player2", "url": "url2" }
]
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