vliz-be-opsci / pysubyt

python module for Linked Data production (aka semantic uplifting) through Templating
MIT License
0 stars 0 forks source link

Folder Input Source type #22

Closed marc-portier closed 2 years ago

marc-portier commented 3 years ago

content for one set could actually be coming from a folder of similar json or xml files that all capture 1 record

typical case: dump of *json files from e.g. IMIS

processing these all in one go as one 'set' seems needed

marc-portier commented 3 years ago

work involved inside sources.py

marc-portier commented 3 years ago

note: when reusing the different XXXFileSource implementations be aware that those too all return iterators (through arrays or over wrapped struct objects) - so the overal iteration over the folder of these should simply behave as a concatenation of all those lists --> after ending the iteration in one, we should simply go over to the next