update catalog with the new data registry

develop
gwen 3 years ago
parent 7e9726abbe
commit 4ec96cc6f5

@ -4,37 +4,37 @@
bourbon:
type: actesdataset.XMLDataSetCollection
housename: bourbon
folderpath: data/01_raw/houses/bourbon
folderpath: data/01_raw/xml/Bourbon
# output (write) **pseudo xml** dataset
bourbon_xmlcontent:
type: actesdataset.XMLDataSetCollection
housename: bourbon
folderpath: data/02_intermediate/houses/bourbon/xml
folderpath: data/02_intermediate/xml/Bourbon/xml
# input (read) **pseudo xml** dataset
bourbon_pseudoxmlcontent:
type: actesdataset.TextDataSetCollection
housename: bourbon
folderpath: data/02_intermediate/houses/bourbon/xml
folderpath: data/02_intermediate/xml/Bourbon/xml
# input (read only) dataset
bourbon_json:
type: actesdataset.BsXMLDataSetCollection
housename: bourbon
folderpath: data/01_raw/houses/bourbon
folderpath: data/01_raw/xml/Bourbon
# input (read) and output (write) dataset
bourbon_jsonoutput:
type: actesdataset.JSONDataSetCollection
housename: bourbon
folderpath: data/02_intermediate/houses/bourbon/json
folderpath: data/02_intermediate/xml/Bourbon/json
# output (write) dataset
bourbon_fulljsonoutput:
type: actesdataset.JSONDataSetCollection
housename: bourbon
folderpath: data/02_intermediate/houses/bourbon/fulljson
folderpath: data/02_intermediate/xml/Bourbon/fulljson
@ -43,22 +43,22 @@ bourbon_fulljsonoutput:
#berry:
# type: actesdataset.XMLDataSetCollection
# housename: berry
# folderpath: data/01_raw/houses/berry
# folderpath: data/01_raw/xml/berry
#berry_xmlcontent:
# type: actesdataset.XMLDataSetCollection
# housename: berry
# folderpath: data/02_intermediate/houses/berry/xml
# folderpath: data/02_intermediate/xml/berry/xml
## ________________________________________________________________________
#anjou:
# type: actesdataset.XMLDataSetCollection
# housename: berry
# folderpath: data/01_raw/houses/anjou
# folderpath: data/01_raw/xml/anjou
#anjou_xmlcontent:
# type: actesdataset.XMLDataSetCollection
# housename: berry
# folderpath: data/02_intermediate/houses/anjou/xml
# folderpath: data/02_intermediate/xml/anjou/xml

Loading…
Cancel
Save