-
I use postprocessors can create metadata one file per post,
but there ary too many small files |
Beta Was this translation helpful? Give feedback.
Answered by
allendema
May 14, 2024
Replies: 1 comment
-
To only use one file:Filename must remain the same for every file/post. So:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Endowpea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To only use one file:
Filename must remain the same for every file/post. So:
Use
"filename": "{extractor}_metadata.txt"
.Use
"open": "a"
to append to that .txt file.