You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CIOOS YAML format output contact names and surnames as: {Name}, {Surname} with the comma present inside the name. This makes it tricky to be able to respect the IOOS 1.2 csv delimited requirement for the contributors names.
I wonder if we could keep Name and Surname separated in the YAML or assume that the comma is a separator for surname and name. We could then convert {name}, {surname} -> {surname} {name}
The text was updated successfully, but these errors were encountered:
CIOOS YAML format output contact names and surnames as:
{Name}, {Surname}
with the comma present inside the name. This makes it tricky to be able to respect the IOOS 1.2 csv delimited requirement for the contributors names.https://ioos.github.io/ioos-metadata/ioos-metadata-profile-v1-2.html#attribution
I wonder if we could keep Name and Surname separated in the YAML or assume that the comma is a separator for surname and name. We could then convert
{name}, {surname}
->{surname} {name}
The text was updated successfully, but these errors were encountered: