forked from D-Net/dnet-hadoop
use the same name generation procedure of the mapping
This commit is contained in:
parent
743d948d1c
commit
474ae69df8
|
@ -154,7 +154,7 @@ public class GCatAPIClient {
|
|||
}
|
||||
|
||||
protected String getCatalogueNameFrom(final String objIdentifier) {
|
||||
return objIdentifier.replaceAll("::", "_");
|
||||
return objIdentifier.replaceAll(":", "-");
|
||||
}
|
||||
|
||||
public String getGcatBaseURL() {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "nstest_test",
|
||||
"name": "nstest--test",
|
||||
"private": false,
|
||||
"license_id": "notspecified",
|
||||
"version": "",
|
||||
|
|
Loading…
Reference in New Issue