Zybercik00 / DataSyncExcel

The Excel File Handling Application is a tool designed for efficient data management from Excel files. It provides capabilities to read, save data to a database, and search for specific information within the Excel files.
0 stars 0 forks source link

Store attribute mapping for export/import in the database #12

Open acebanenco opened 1 year ago

acebanenco commented 1 year ago

Currently attribute mapping is part of application logic. It should be possible to change mapping according to the user needs, e.g. use only particular columns for mapping. Each set of mapping attributes should be stored as import/export schema in the database. User should be able to select one of existing schema and import/export data based on it. User should be able to create, modify and delete schema.