Minor issue in dictionnary file

Hi,

I see in the dictionnary (sheet countries) file that numCode for Belgium is 56 while strictly speaking it should be 056. The same applies for countries with one or 2 digits.

geoWKT minLength and maxlength should be “max” in sheet parts as their content can be very huge.

Thanks

Ahhh - a very good catch. I think this is an excel/encoding issue where for numbers the leading zeroes get dropped. I’ll try to change it to varchar so that the numbers are preserved as-is. Thank you!