-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
38 lines (37 loc) · 1.75 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
* SPCHT
[x] Interpreter for mapping reference via mapping_setting
[x] handling of $default entries in mapping_setting instead of mapping
[x] make regex matching for mappings work
[x] $inherit parameter actually inherting the value in $default
[x] json error insights on load of file
[x] possible performance bottlenecks
[x] Filter Value for x
[x] Remove Parts of the value string
[x] Remove duplicated information # should not really matter but still
[x] MARC mutli Value for authors
[x] Check Regex Entries for faults
[x] MARC Filter/Conditions for fields/indicators
[x] proper marc mv field import
[x] record_type as indicator for content of type marc21
[x] Append/Prepend working for Marc fields
[x] DICT multi replacement / Insert
[ ] Escape pre and append texts
[x] Reference Nodes - Check if full path or relative path is provided os.path.isabs(my_path)
[x] Add output kinds
[ ] node mapping compresses the mapping for case-insensitive entries EVERY time, but that should happen only once when reading in
[x] arbitary inser for pre&append texts, more than one entry
* SPARQL
[x] differenciate between graph and string that happens to be a link to somewhere
[-] generation of valid sparql queries
[-] shortening of queries with @prefix
# tangential solved with rdfLIB
[ ] SPAQRL Escaping
* EXPORT
[x] export data directly to a .ttl file
* IMPORT
[x] you dont need to technically request *, just all the things you need, that might be less
* GENERAL
[x] command line interface
[x] probably rewriting the entire SPCHT into a class
[x] format checking is inconclusive, alternatives check not properly working
[ ] check if a remote server is actually reacheable