Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
postprocessing
rico-edm-transformer
Commits
83ba4cf9
Commit
83ba4cf9
authored
Aug 24, 2021
by
Jonas Waeber
Browse files
Update reporting step name
parent
1c5d2a96
Pipeline
#31687
passed with stages
in 6 minutes and 47 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
src/main/scala/ch/memobase/rico2edm/ReportingObject.scala
View file @
83ba4cf9
...
@@ -52,7 +52,7 @@ case class ReportingObject(
...
@@ -52,7 +52,7 @@ case class ReportingObject(
override
def
toString
:
String
=
override
def
toString
:
String
=
ujson
.
write
(
ujson
.
write
(
ujson
.
Obj
(
ujson
.
Obj
(
(
"step"
,
"rico-edm-transformer"
),
(
"step"
,
"
09.04-
rico-edm-transformer"
),
(
"timestamp"
,
createTimestamp
),
(
"timestamp"
,
createTimestamp
),
(
"id"
,
id
),
(
"id"
,
id
),
(
"status"
,
status
.
value
),
(
"status"
,
status
.
value
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment