What's Changed
improve features
- able to specify original table join rule with `base import --external-file` command
- if the estimated rule is not correct, you can select "m" to download a definition YML file
- add `base import --external-file --extract` suboption to get structured and extracted table as CSV
- add `base import --external-file --estimate-rule` suboption to preview estimated table join rule
- able to filter missing values with the query `"Key is None"`
fix bugs
- CSV export error with `base search [PROJECT] --export CSV` command
- and some bugs
and update documents
PRs
* remove attributes(conditions and query) and fix bugs by 31159piko-suke in https://github.com/adansons/base/pull/60
* Feature/61 by 31159piko-suke in https://github.com/adansons/base/pull/62
* enabled export csv file by search --export csv command by 31159piko-suke in https://github.com/adansons/base/pull/65
* Update jupyternotebook :Consistent with README.md by ynntech in https://github.com/adansons/base/pull/56
* fixed path specification error with search --export by 31159piko-suke in https://github.com/adansons/base/pull/66
* Enabled evaluate number as int in query by 31159piko-suke in https://github.com/adansons/base/pull/64
* add parser.validate_parsing_rule by ShuntaroSuzuki in https://github.com/adansons/base/pull/70
* enable specify table joining rule by `base import` by 31159piko-suke in https://github.com/adansons/base/pull/68
* solved issue36 by 31159piko-suke in https://github.com/adansons/base/pull/72
* v0.1.2 by kenichihiguchi in https://github.com/adansons/base/pull/73
New Contributors
* ShuntaroSuzuki made their first contribution in https://github.com/adansons/base/pull/70
**Full Changelog**: https://github.com/adansons/base/compare/v0.1.1...v0.1.2