0
Vote

Remove "From CSV" menu item

description

Remove this menu item and handle this logic from "Open" menu item. The logic should be the following:
  1. Open should allow to select only .csv file
  2. When there is a .cfg file corresponded to the .csv file, tool should import .cfg file
  3. If there is no .cfg file we should pregenerate .cfg
  4. Run configuration wizard right after file was opened if single file was selected

comments