gnc-import-match-map

Christian Stimming stimming@tuhh.de
Wed, 13 Nov 2002 09:59:56 +0100


Hi Derek,

the gnc-import-match-map.h looks good. Obviously it is exactly the 
implementation of what we discussed.

About the "const char* key" string -- is there a length limit here? IIRC 
it is used as a kvp key, so is there a length limit on kvp keys? In 
HBCI, I have seen "description" strings with 150-200 characters. Of 
course, for matching purposes I could easily concatenate those strings 
to, say, 50 characters. Anyway, if a length limit exists, we should 
cleary state it here.

Christian