/DataTable

Table made to allow managing big amount of data

Primary LanguageJavaMIT LicenseMIT

DataTable GitHub version

Table made to allow managing big amount of data. Such as clients info, orders info and other type of data. Running application creates file "DataTable.txt" where stores all the data as, for example:

1-NameTest-Test@Test.com-123123-Date-OpcionalFieldTest

Note: It is possible to import .txt file into Excel by importing as text file and choose "-" as a delimiter.

ScreenShot

Captura de ecrã 2019-05-23, às 17 54 42

Captura de ecrã 2019-05-23, às 17 55 11

Goals:

  • Allow user to insert data (Name, Email, Phone Number, Date and Opcional field) into available fields ✅
  • Write and save input data in a .txt file ✅
  • Read input data from a .txt file, so user can continue adding data without losing information ✅
  • Allow user to remove field
  • Updated software design
Tested on MacOS Mojave and Windows 10.