Exporting into CSV with command line parameters, Field Separator

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
SopOnTek
Posts: 1
Joined: Fri 02 Sep 2016 14:11

Exporting into CSV with command line parameters, Field Separator

Post by SopOnTek » Fri 02 Sep 2016 14:27

Hello.

I use reports in CSV to import in Prestashop. I'm using scheduled tasks with command line but I can't export data with | 'pipe' Field Separator, by default Devart exports using ; separator.

I use dbForge Studio for SQL Server Version 4.5.60

dbforgesql /datareport /reportfile:"query.rdb" /format:CSV

Can I change the Field Separator in command line data reports?

Thanks for all.

alexa

Re: Exporting into CSV with command line parameters, Field Separator

Post by alexa » Fri 02 Sep 2016 15:42

There is no such a possibility. Though, we will put this feature to our roadmap for the next product versions.

Also, the field separator can be changed when performing export from the 'Preview' tab of the data report in the GUI of dbForge.

Post Reply