Convert ObjectDocument to json files #152
Unanswered
MisinformedDNA
asked this question in
Q&A
Replies: 1 comment
-
As you suspected, the lack of a destination is likely at issue here (at first glance). The easiest way to add one is to use the
And then you can confirm it's working (or in what way it's not working) by adding the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a pipeline that downloads a web page, parses it into an object, converts the object into JSON file and then writes the JSON file to disk.
When I run this pipeline, it says documents are being output, but nothing is in the output directory. One problem I see is that how can it know what to name the file?
What am I doing wrong? I really have no idea what I'm doing, so feel free to rip my code apart. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions