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.
65 lines
1.7 KiB
YAML
65 lines
1.7 KiB
YAML
# ________________________________________________________________________
|
|
|
|
# input (read only) dataset
|
|
bourbon:
|
|
type: actesdataset.XMLDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/01_raw/xml/Bourbon
|
|
|
|
# output (write) **pseudo xml** dataset
|
|
bourbon_xmlcontent:
|
|
type: actesdataset.XMLDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/02_intermediate/xml/Bourbon/xml
|
|
|
|
# input (read) **pseudo xml** dataset
|
|
bourbon_pseudoxmlcontent:
|
|
type: actesdataset.TextDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/02_intermediate/xml/Bourbon/xml
|
|
|
|
# input (read only) dataset
|
|
bourbon_json:
|
|
type: actesdataset.BsXMLDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/01_raw/xml/Bourbon
|
|
|
|
# input (read) and output (write) dataset
|
|
bourbon_jsonoutput:
|
|
type: actesdataset.JSONDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/02_intermediate/xml/Bourbon/json
|
|
|
|
# output (write) dataset
|
|
bourbon_fulljsonoutput:
|
|
type: actesdataset.JSONDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/02_intermediate/xml/Bourbon/fulljson
|
|
|
|
|
|
|
|
## ________________________________________________________________________
|
|
|
|
#berry:
|
|
# type: actesdataset.XMLDataSetCollection
|
|
# housename: berry
|
|
# folderpath: data/01_raw/xml/berry
|
|
|
|
#berry_xmlcontent:
|
|
# type: actesdataset.XMLDataSetCollection
|
|
# housename: berry
|
|
# folderpath: data/02_intermediate/xml/berry/xml
|
|
|
|
## ________________________________________________________________________
|
|
|
|
#anjou:
|
|
# type: actesdataset.XMLDataSetCollection
|
|
# housename: berry
|
|
# folderpath: data/01_raw/xml/anjou
|
|
|
|
#anjou_xmlcontent:
|
|
# type: actesdataset.XMLDataSetCollection
|
|
# housename: berry
|
|
# folderpath: data/02_intermediate/xml/anjou/xml
|
|
|