CSV export task
- by medecau
Need a task that outputs a CSV text file of a couple of tables about every 5 minutes.
Server is MSSQL 2008.
It is a production server.
requirements are:
* utf8 output
* '\t' or ';' cell separator
* '\n' row terminator
* file should be overwritten
* the output is a join of two tables (dbo.article and dbo.stock key being 'c_art')