Pedro Machado
09/22/2020, 4:04 AMStringFormatter
task with a template that is read at run time?Chris White
09/22/2020, 4:30 AMPedro Machado
09/22/2020, 4:55 AMParameter
Would I need to have another task that takes the location as an input and returns the contents of the file as a string to pass it to the StringFormatter
task?Chris White
09/22/2020, 4:56 AMPedro Machado
09/22/2020, 4:59 AMtarget
without writing a custom serializer?
The rendered template produces SQL and we'd like this to be in plain text format. I wrote a PlainTextSerializer
class for this but I am wondering if there is a better way. Thanks again!Chris White
09/22/2020, 5:01 AM