|
|
|
@ -1,5 +1,5 @@
|
|
|
|
# ________________________________________________________________________
|
|
|
|
# ________________________________________________________________________
|
|
|
|
|
|
|
|
# BOURBON
|
|
|
|
# input (read only) dataset
|
|
|
|
# input (read only) dataset
|
|
|
|
bourbon:
|
|
|
|
bourbon:
|
|
|
|
type: actesdataset.XMLDataSetCollection
|
|
|
|
type: actesdataset.XMLDataSetCollection
|
|
|
|
@ -14,14 +14,14 @@ bourbon_json:
|
|
|
|
folderpath: data/01_raw/xml/Bourbon
|
|
|
|
folderpath: data/01_raw/xml/Bourbon
|
|
|
|
|
|
|
|
|
|
|
|
# _________________________________________________________________________
|
|
|
|
# _________________________________________________________________________
|
|
|
|
|
|
|
|
|
|
|
|
# output (write) **pseudo xml** dataset
|
|
|
|
# output (write) **pseudo xml** dataset
|
|
|
|
bourbon_xmlcontent:
|
|
|
|
bourbon_xmlcontent:
|
|
|
|
type: actesdataset.XMLDataSetCollection
|
|
|
|
type: actesdataset.XMLDataSetCollection
|
|
|
|
housename: bourbon
|
|
|
|
housename: bourbon
|
|
|
|
folderpath: data/02_intermediate/Bourbon/pseudoxml
|
|
|
|
folderpath: data/02_intermediate/Bourbon/pseudoxml
|
|
|
|
xsltstylesheet: templates/xsl/actes_princiers.xsl
|
|
|
|
xsltstylesheet: templates/xsl/actes_princiers.xsl
|
|
|
|
|
|
|
|
|
|
|
|
# input (read) **pseudo xml** dataset
|
|
|
|
# input (read) **pseudo xml** dataset
|
|
|
|
# as it is **not** regular xml, an xml loader cannot be used
|
|
|
|
# as it is **not** regular xml, an xml loader cannot be used
|
|
|
|
bourbon_pseudoxmlcontent:
|
|
|
|
bourbon_pseudoxmlcontent:
|
|
|
|
@ -41,28 +41,89 @@ bourbon_fulljsonoutput:
|
|
|
|
housename: bourbon
|
|
|
|
housename: bourbon
|
|
|
|
folderpath: data/02_intermediate/Bourbon/fulljson
|
|
|
|
folderpath: data/02_intermediate/Bourbon/fulljson
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# ________________________________________________________________________
|
|
|
|
|
|
|
|
# BERRY
|
|
|
|
|
|
|
|
# input (read only) dataset
|
|
|
|
|
|
|
|
berry:
|
|
|
|
|
|
|
|
type: actesdataset.XMLDataSetCollection
|
|
|
|
|
|
|
|
housename: berry
|
|
|
|
|
|
|
|
folderpath: data/01_raw/xml/Berry
|
|
|
|
|
|
|
|
xsltstylesheet: templates/xsl/actes_princiers.xsl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# input (read only) dataset
|
|
|
|
|
|
|
|
berry_json:
|
|
|
|
|
|
|
|
type: actesdataset.BsXMLDataSetCollection
|
|
|
|
|
|
|
|
housename: berry
|
|
|
|
|
|
|
|
folderpath: data/01_raw/xml/Berry
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# _________________________________________________________________________
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# output (write) **pseudo xml** dataset
|
|
|
|
|
|
|
|
berry_xmlcontent:
|
|
|
|
|
|
|
|
type: actesdataset.XMLDataSetCollection
|
|
|
|
|
|
|
|
housename: berry
|
|
|
|
|
|
|
|
folderpath: data/02_intermediate/Berry/pseudoxml
|
|
|
|
|
|
|
|
xsltstylesheet: templates/xsl/actes_princiers.xsl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# input (read) **pseudo xml** dataset
|
|
|
|
|
|
|
|
# as it is **not** regular xml, an xml loader cannot be used
|
|
|
|
|
|
|
|
berry_pseudoxmlcontent:
|
|
|
|
|
|
|
|
type: actesdataset.TextDataSetCollection
|
|
|
|
|
|
|
|
housename: berry
|
|
|
|
|
|
|
|
folderpath: data/02_intermediate/Berry/pseudoxml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# input (read) and output (write) dataset
|
|
|
|
|
|
|
|
berry_jsonoutput:
|
|
|
|
|
|
|
|
type: actesdataset.JSONDataSetCollection
|
|
|
|
|
|
|
|
housename: berry
|
|
|
|
|
|
|
|
folderpath: data/02_intermediate/Berry/json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# output (write) and input (read) dataset
|
|
|
|
|
|
|
|
berry_fulljsonoutput:
|
|
|
|
|
|
|
|
type: actesdataset.JSONDataSetCollection
|
|
|
|
|
|
|
|
housename: berry
|
|
|
|
|
|
|
|
folderpath: data/02_intermediate/Berry/fulljson
|
|
|
|
|
|
|
|
|
|
|
|
## ________________________________________________________________________
|
|
|
|
# ________________________________________________________________________
|
|
|
|
|
|
|
|
# ANJOU
|
|
|
|
|
|
|
|
# input (read only) dataset
|
|
|
|
|
|
|
|
anjou:
|
|
|
|
|
|
|
|
type: actesdataset.XMLDataSetCollection
|
|
|
|
|
|
|
|
housename: anjou
|
|
|
|
|
|
|
|
folderpath: data/01_raw/xml/Anjou
|
|
|
|
|
|
|
|
xsltstylesheet: templates/xsl/actes_princiers.xsl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# input (read only) dataset
|
|
|
|
|
|
|
|
anjou_json:
|
|
|
|
|
|
|
|
type: actesdataset.BsXMLDataSetCollection
|
|
|
|
|
|
|
|
housename: anjou
|
|
|
|
|
|
|
|
folderpath: data/01_raw/xml/Anjou
|
|
|
|
|
|
|
|
|
|
|
|
#berry:
|
|
|
|
# _________________________________________________________________________
|
|
|
|
# type: actesdataset.XMLDataSetCollection
|
|
|
|
|
|
|
|
# housename: berry
|
|
|
|
|
|
|
|
# folderpath: data/01_raw/xml/berry
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#berry_xmlcontent:
|
|
|
|
# output (write) **pseudo xml** dataset
|
|
|
|
# type: actesdataset.XMLDataSetCollection
|
|
|
|
anjou_xmlcontent:
|
|
|
|
# housename: berry
|
|
|
|
type: actesdataset.XMLDataSetCollection
|
|
|
|
# folderpath: data/02_intermediate/xml/berry/xml
|
|
|
|
housename: anjou
|
|
|
|
|
|
|
|
folderpath: data/02_intermediate/Anjou/pseudoxml
|
|
|
|
|
|
|
|
xsltstylesheet: templates/xsl/actes_princiers.xsl
|
|
|
|
|
|
|
|
|
|
|
|
## ________________________________________________________________________
|
|
|
|
# input (read) **pseudo xml** dataset
|
|
|
|
|
|
|
|
# as it is **not** regular xml, an xml loader cannot be used
|
|
|
|
|
|
|
|
anjou_pseudoxmlcontent:
|
|
|
|
|
|
|
|
type: actesdataset.TextDataSetCollection
|
|
|
|
|
|
|
|
housename: anjou
|
|
|
|
|
|
|
|
folderpath: data/02_intermediate/Anjou/pseudoxml
|
|
|
|
|
|
|
|
|
|
|
|
#anjou:
|
|
|
|
# input (read) and output (write) dataset
|
|
|
|
# type: actesdataset.XMLDataSetCollection
|
|
|
|
anjou_jsonoutput:
|
|
|
|
# housename: berry
|
|
|
|
type: actesdataset.JSONDataSetCollection
|
|
|
|
# folderpath: data/01_raw/xml/anjou
|
|
|
|
housename: anjou
|
|
|
|
|
|
|
|
folderpath: data/02_intermediate/Anjou/json
|
|
|
|
|
|
|
|
|
|
|
|
#anjou_xmlcontent:
|
|
|
|
# output (write) and input (read) dataset
|
|
|
|
# type: actesdataset.XMLDataSetCollection
|
|
|
|
anjou_fulljsonoutput:
|
|
|
|
# housename: berry
|
|
|
|
type: actesdataset.JSONDataSetCollection
|
|
|
|
# folderpath: data/02_intermediate/xml/anjou/xml
|
|
|
|
housename: anjou
|
|
|
|
|
|
|
|
folderpath: data/02_intermediate/Anjou/fulljson
|
|
|
|
|
|
|
|
|
|
|
|
|