-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Description
How can I write the contents of a multiline text file as value into vault?
As json file, which vault supports as file input, the newline characters still cause parse errors:
Error loading data: Invalid key/value pair '@/test.txt': invalid character '\n' in string literal
Also, for a json file, I have to prepend '{value:"' and append '"}' to
the file contents, including escaping quotes, which can be quite cumbersome.
Metadata
Metadata
Assignees
Labels
No labels