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

Add XML support #9

Open
4 of 7 tasks
ivbeg opened this issue Aug 4, 2022 · 3 comments
Open
4 of 7 tasks

Add XML support #9

ivbeg opened this issue Aug 4, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@ivbeg
Copy link
Collaborator

ivbeg commented Aug 4, 2022

Support XML files with following list of tasks:

  • Support XML files with XML tag name provided
  • Add examples to documentation
  • Collect examples with different data types and encodings
  • Write tests
  • Support automatic detection of XML records tag
  • Support huge XML files (SAX Parser)
  • Add support of XML files to server
@ivbeg ivbeg added the enhancement New feature or request label Aug 4, 2022
@ivbeg ivbeg self-assigned this Aug 4, 2022
@ivbeg
Copy link
Collaborator Author

ivbeg commented Aug 4, 2022

Current state:

  • Added basic support of XML files
  • Added XML files to README.md

Next steps: collect examples and write tests

@ivbeg
Copy link
Collaborator Author

ivbeg commented Aug 8, 2022

Added automatic detection of XML tags

@ivbeg
Copy link
Collaborator Author

ivbeg commented Jun 14, 2024

Replaced XML reader with pyiterable, should support huge XML files right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant