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?
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.