Export Data with command line

Discussions about tools to complement CSPro data processing
Forum rules
New release: CSPro 8.0
Post Reply
erprakash
Posts: 1
Joined: April 29th, 2017, 7:08 am

Export Data with command line

Post by erprakash »

Hi,
I need to make the export process automated as there will be many .dat file every day. How it could be possible to export the data in csv format using the command line.

Thanks
Prakash
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Export Data with command line

Post by Gregory Martin »

Export applications have PFF files like other CSPro applications. In the Export Data tool, create your export specification and save the file (as an .exf file). When you run the export, you'll get a PFF.

In the future, you can run just the PFF to do your export. From the command line you can write:
"C:\Program Files (x86)\CSPro 7.0\runpff.exe" "my_export_program.pff"
Post Reply