Page 1 of 1

Assistance Needed for Command Line Data Export in CSExport Application

Posted: January 26th, 2024, 2:19 am
by uchechinedu01
Hello,

Please is there a way to export data through the CSExport application to csv on a command line interface without carrying out any action on the GUI window. When I run the command 'CSExport.exe -i export_data_to_csv.exf -o hhh.csv' It opens the GUI app loaded with the exf file configuration. I want to be able to download the output csv file directly through the command line interface.

Thanks in advance.

Re: Assistance Needed for Command Line Data Export in CSExport Application

Posted: January 26th, 2024, 7:28 am
by Gregory Martin
You can do this by running the .pff, not the .exf specification file. See more here:

https://www.csprousers.org/help/CSExpor ... ports.html

Re: Assistance Needed for Command Line Data Export in CSExport Application

Posted: January 27th, 2024, 11:40 am
by uchechinedu01
This works, thanks alot.