You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.3 KiB
YAML
51 lines
1.3 KiB
YAML
# ________________________________________________________________________
|
|
|
|
# input (read only) dataset
|
|
bourbon:
|
|
type: actesdataset.XMLDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/01_raw/houses/bourbon
|
|
|
|
# output dataset
|
|
bourbon_xmlcontent:
|
|
type: actesdataset.XMLDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/02_intermediate/houses/bourbon/xml
|
|
|
|
# input (read only dataset)
|
|
bourbon_json:
|
|
type: actesdataset.BsXMLDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/01_raw/houses/bourbon
|
|
|
|
# output dataset
|
|
bourbon_jsonoutput:
|
|
type: actesdataset.JSONDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/02_intermediate/houses/bourbon/json
|
|
|
|
## ________________________________________________________________________
|
|
|
|
#berry:
|
|
# type: actesdataset.XMLDataSetCollection
|
|
# housename: berry
|
|
# folderpath: data/01_raw/houses/berry
|
|
|
|
#berry_xmlcontent:
|
|
# type: actesdataset.XMLDataSetCollection
|
|
# housename: berry
|
|
# folderpath: data/02_intermediate/houses/berry/xml
|
|
|
|
## ________________________________________________________________________
|
|
|
|
#anjou:
|
|
# type: actesdataset.XMLDataSetCollection
|
|
# housename: berry
|
|
# folderpath: data/01_raw/houses/anjou
|
|
|
|
#anjou_xmlcontent:
|
|
# type: actesdataset.XMLDataSetCollection
|
|
# housename: berry
|
|
# folderpath: data/02_intermediate/houses/anjou/xml
|
|
|