-
Notifications
You must be signed in to change notification settings - Fork 7
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
XML file matadata #125
XML file matadata #125
Conversation
2fa0380
to
d6c2c58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This broadly looks good to me. A few typos and corrections requested in individual comments.
Overall, I think, given how we use streaming only for files, it'll work fine, but it might be worth an additional test case, in which we have to try a second file encoding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good now, thank you. I've also pushed a small commit e633e277c5d70cf42d1d5a02a4c03569fb3ba07e
to fix a few typos in the new documentation.
This PR allows storage of XML metadata at the
File
and thenTable
level.Config in table mappings tells the file handler where the metadata is and what to label it as. The File handler then passes the metadata to the
Table
, where it can be accessed downstream.This constitues a minor revision bump, functionality has been added in a backward compatible manner