-
Hi there, command: dump: {
for x in events {
write: file.Create & {
filename: "\(x.eventId).json"
contents: json.Marshal(x)
}
}
} Do you have an idea why it is not working? I'm getting the following error
|
Beta Was this translation helpful? Give feedback.
Answered by
ataube
Sep 2, 2021
Replies: 1 comment 1 reply
-
I just found this helpful issue and got it to work: cuelang/cue#67 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ataube
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just found this helpful issue and got it to work: cuelang/cue#67
Sorry for the noise