Is there such a thing as nested PartionedDatasets?...
# questions
f
Is there such a thing as nested PartionedDatasets? I have a structure like this:
- root/1.zip
- root/2.zip
and in each zip file there are 100
xml
datasets. Is there a neat way to use partioned datasets here?
d
you could maybe use a dataset factory here?
f
hmm ok haven't looked at them yet but will do