Correctly adhere to serialization directives for file generation - #827
Conversation
|
Thanks for your contribution. |
|
The generator generates serializations with hardcoded file names, but the configuration file allows for indicating the url of the serialization and also the file names. I wanted to make sure that the serializer adheres to these file names if they are configured explicitly. (Which is also what we want in our document generation pipeline.) If it shouldn't be changed here I would like to know what the right procedure is to make sure the serializations can have other file names or aren't generated at all ... |
|
Thanks for the explanation, that makes sense :) |
The file generator doesn't adhere to the filenames in the serialization directives. Which renders the URL's useless as the files won't exist. This PR fixes that.