ndb file format

Name Data Base format is used to map names to id or id to name.

Logical structur

ndbFile= {ndbItem}
ndbItem= Id + Name
Id= * String that identify this name *
Name= * A name with this id. *

Current implementation

id1 : Name1\n
id2 : Name2\n
.
.
idN : NameN\n

Bugs

Don't allow spaces in names