Hello,
I'm working on a French address table. A column contains a string with the abbreviated street type and street name, e.g. "AV DES CHAMPS-ELYSEES". I divided it and I built a list with its elements: AV, DES, CHAMPS-ELYSEES
I now need to know if the first item in the list is a correct street type. For that, I have to compare it with about 200 values of a reference file, also stored in a list: AV, BD, CHE, IMP...
I think I have to use PythonCaller but I don't know how to go about it. Can you help me?
Regards,
Nicolas