Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
feat: import lists from excel (DSP-1341) (#48)
* Removing GUI code * Cleanup * cleanup * Added logging * Bug fix XML parser not longer incremental * Bugfixing... * Bugfix * Removed printouts * Ongoing imrovements * Fix: Problem after installing with pip * Pimped up version to 0.9.12 * Added some fixes regarding knora-api: properties * some small fixes * Fixing test data * Adding testing data * versioning * Docu update * Bugfix for breaking change in dsp-api (concerning lists) * Added support for lists defined in excel (1. step) * ... * Adding tests * ... * Test and a bit od docu * Adapted setup.py to use openpyxl * Adapted documentation to latestet development * Added documentation * excel-list node names from label * Corss-references in documentation * Documentation and small bugfix reading excel * Updated version number and documentation * Push version to 1.0.0 * The Big Cleanup * Remove .DS_Store from everywhere * type fix * Cleanup pp * chore(ci): bump ubuntu version * chore(ci): fix dependencies * chore(ci): fix dependencies Co-authored-by: BalduinLandolt <balduin.landolt@hotmail.com> Co-authored-by: Ivan Subotic <400790+subotic@users.noreply.github.com>
- Loading branch information
1 parent
03bfa82
commit 3628992
Showing
75 changed files
with
1,951 additions
and
6,474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.tmp | ||
**/.DS_Store | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[](https://badge.fury.io/py/knora) | ||
|
||
# DSP tools to use Excel-files for data modelling and data import | ||
Dsp-tools is able to directly read and process excel files and output the appropriate JSON and/or XML-files for | ||
importing data to the dsp-repository. | ||
|
||
## Flat and hierarchical lists | ||
Lists or "controlled vocabularies" are sets of fixed terms that are used to characterize something. Hierarchical lists | ||
correspond to classifications or taxonomies. | ||
|
||
The format of the excel is described [here](./dsp-tools-create.md#lists-from-excel). | ||
|
||
|
Oops, something went wrong.