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.
Assistance Needed for Command Line Data Export in CSExport Application
-
- Posts: 2
- Joined: January 26th, 2024, 1:53 am
-
- Posts: 1883
- Joined: December 5th, 2011, 11:27 pm
- Location: Washington, DC
Re: Assistance Needed for Command Line Data Export in CSExport Application
You can do this by running the .pff, not the .exf specification file. See more here:
https://www.csprousers.org/help/CSExpor ... ports.html
https://www.csprousers.org/help/CSExpor ... ports.html
-
- Posts: 2
- Joined: January 26th, 2024, 1:53 am
Re: Assistance Needed for Command Line Data Export in CSExport Application
This works, thanks alot.