FET Forum

Discussions and Chat => Programming and other Technical Help => Topic started by: srijannnd on November 22, 2017, 03:58:24 PM

Title: Export to csv using command line in linux
Post by: srijannnd on November 22, 2017, 03:58:24 PM
Hi,
I am trying to integrate this wonderful application in my college project. How will I get the time tables exported to csv using command line in Linux? I understand that application supports csv exports but there's no option in the command line.
Title: Re: Export to csv using command line in linux
Post by: Liviu Lalescu on November 22, 2017, 04:04:47 PM
Starting with FET version 5.34.0 (the latest version) you can export to CSV from fet-cl. See the usage in the README file or by typing fet-cl.

The main option is --exportcsv=true, but there are also other additional options.