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

Dict data support #94

Open
1 of 2 tasks
aminya opened this issue Feb 13, 2020 · 1 comment
Open
1 of 2 tasks

Dict data support #94

aminya opened this issue Feb 13, 2020 · 1 comment

Comments

@aminya
Copy link
Owner

aminya commented Feb 13, 2020

  • Creation
  • Extraction/Updating

We should allow a field to be a Dict. Having a Dict as a filed means that user can use Dict instead of a struct to define/parse their html/xml data.

@aminya
Copy link
Owner Author

aminya commented Apr 20, 2020

Static extraction isn't possible since the html names (keys for a Dict) are not known beforehand. We can probably fill a Dict dynamically with the rest of the data that isn't captured in other fields.
or provide a Dict like API data access directly from aml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant