Aam-Digital / ndb-core

Easy-to-use case management web app for NGOs anywhere in the world.
http://www.aam-digital.com
GNU General Public License v3.0
47 stars 14 forks source link

Import: columns with numbers are not converted to string for importMapping lookups #2427

Open sleidig opened 2 weeks ago

sleidig commented 2 weeks ago

During imports a value is imported as number if it is all digits in the csv file. However, in our entities the related field may be a string. If such a field is used to map to an entity reference, the lookup in the EntityDatatype does not work anymore, as string and number equivalents of a value are not equal.