I'm trying to convert a 0/1 value in CSV file to a kleenean value in smallworld.
With the AttributeBooleanConverter I get this error:
Smallworld Translator Error: Failed to convert string No for field Business to a truth value
With an AttributeMapper I get this:
Smallworld Translator Error: Failed to convert string 1 for field Business to a truth value
What is weird with the AttributeMapper , I have the new attribute mapped to the field for Smallworld and the "Business" field should not even be considered.
What am I doing wrong?