FET Forum

Discussions and Chat => Talk It Up! => Topic started by: Jasjit Kaur on August 13, 2022, 08:58:13 AM

Title: Import csv fle using cammand line
Post by: Jasjit Kaur on August 13, 2022, 08:58:13 AM
why option is not there?
if we wanted to use import csv file using command line then what should we do?
Title: Re: Import csv fle using cammand line
Post by: Volker Dirr on August 13, 2022, 10:32:33 AM
I fear such an import won't help much, since you can't import all the other stuff (like constraints, hours per day, ...). So you still need an GUI for that.
If you coded an own GUI, then you should export the data as fet file, not as csv file.
Title: Re: Import csv fle using cammand line
Post by: 1915045 on August 19, 2022, 07:59:38 AM
Any other constraint is also there which cannot be imported without hours per day?
if want to import it from command line then what should we do ?
Title: Re: Import csv fle using cammand line
Post by: Jasjit Kaur on August 19, 2022, 08:00:38 AM
Yes sir,can you give us hint about it.
Title: Re: Import csv fle using cammand line
Post by: Volker Dirr on August 23, 2022, 06:24:58 PM
Please open a .fet-file with an text editor. You should think about using that fet file, since you can do everything there. You can't import all that constraints with a csv file.