-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement main features #1
Conversation
kitsuyui
commented
Jan 2, 2023
•
edited
Loading
edited
- Add clippy.toml
- Add sxd_xpath for extract tables
- Implement find_table_from_document
- First, implement a rough implementation - The proper CSV conversion process will be implemented later - I realized that I need to fix a bug in sxd_html
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1 +/- ##
=======================================
Coverage ? 91.03%
=======================================
Files ? 1
Lines ? 145
Branches ? 0
=======================================
Hits ? 132
Misses ? 13
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
- Implement CSV conversion that has been a provisional implementation so far - Add the `csv` crate for this