refactoring

This commit is contained in:
Miriam Baglioni 2023-11-03 15:30:01 +01:00
parent 638ad9e74f
commit 7b1e34f159
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ public class BulkTagJobTest {
"\"sdg\" : \"$['subject'][?(@['qualifier']['classid']=='SDG')].value\"," +
"\"hostedby\" : \"$['instance'][*]['hostedby']['key']\" , " +
"\"collectedfrom\" : \"$['instance'][*]['collectedfrom']['key']\"," +
"\"publisher\":\"$['publisher'].value\"," +
"\"publicationyear\":\"$['dateofacceptance'].value\"} ";
"\"publisher\":\"$['publisher'].value\"," +
"\"publicationyear\":\"$['dateofacceptance'].value\"} ";
private static SparkSession spark;