FET Forum

FET Support (English) => Programming Help => Topic started by: SilentDigdin on December 15, 2022, 06:01:47 PM

Title: Import using command line
Post by: SilentDigdin on December 15, 2022, 06:01:47 PM
Hello! Is there any way to import csv files like teacher.csv via command line or does the command line only accept importing .fet files?
Title: Re: Import using command line
Post by: Liviu Lalescu on December 15, 2022, 06:06:52 PM
Hello!

FET-CL only accepts to run on a complete .fet XML file. You could create a .fet XML file by processing your CSV files with a program. The .fet XML structure is text, easy to understand by a programmer.