Hi,
I am trying to add a new attribute to a dataset that I am importing from another erddap (also from my institution).
I am able to import all the datasets if I don't add anything besides sourceUrl. However, if I try to add new attributes the code crashs because there is no content in "addAttributes" tag which has.
here is a snnipet of my datasets.xml:
dataset type="EDDTableFromErddap" datasetID="RS_AR_Parana_Corrientes" active="true">
<!-- RS_AR_Parana_Corrientes -->
</dataset>
<dataset type="EDDTableFromErddap" datasetID="RS_AR_SantaFe_SantaFe" active="true">
<!-- RS_AR_SantaFe_SantaFe -->
<addAttributes>
<att name="project">EMODNET</att>
</addAttributes>
</dataset>
<dataset type="EDDTableFromErddap" datasetID="RS_AR_Uruguay_Concordia" active="true">
<!-- RS_AR_Uruguay_Concordia -->
</dataset>
The code works until RS_AR_Parana_Corrientes and none of the follow datasets are imported to erddap.
do you know what can be causing this issue?
Thanks in advance!
Caio