-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Harvester / Simple URL / Improvements (#6677)
* Harvester / Simple URL / Improvements * Add XML file support * Add support for multiple URL * Clarify options order (follow up of #6221) * Add all missing translations * Use XSL conversion combo instead of free text * XSL / Conversion / Remove transformation relying on a plugin not available by default * XSL / Conversion / Remove transformation relying on a plugin not available by default * Harvester / SimpleURL / Add support for ODS v2 API * Harvester / SimpleURL / Report error when path are wrong. Use Pointer for UUID retrieval (required for ODS API v2)
- Loading branch information
1 parent
637cea2
commit 7eda6dd
Showing
9 changed files
with
286 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...rc/main/java/org/fao/geonet/kernel/harvest/harvester/simpleUrl/SimpleUrlResourceType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package org.fao.geonet.kernel.harvest.harvester.simpleUrl; | ||
|
||
public enum SimpleUrlResourceType { | ||
JSON, | ||
XML, | ||
RDFXML | ||
} |
Oops, something went wrong.