Is it possible to export data out of the data lake as a field delimited CSV using the "Query" activity (AnySQL modeler) in a Data Lake Flow?
e.g. Field1,Field2,Field3
It's possible to export as a JSON array or JSON new line delimited file, but is it possible to convert the output to a field delimited CSV using a file template? It appears the input document has to be a BOD in order to use the file template, and I haven't found a way to do that. Is scripting then the only option?