How to generate a csv file containing the column names when using the salesforce query component with Azure Blob storage?

I use the salesforce query component for extracting data from my salesforce sources, I am also using Azure Blob Storage as the staging platform. By doing so I see that a .csv file is generated containing the queried data. However, the .csv does not provide a header, meaning that I need to extract the column names somewhere else.

 

Is there a way to generate a csv or json containing the header information?