Transform map not setting boolean from Y/N field
I've got an issue with my nightly employee import. My HR database has a field called "ITAR_AUTH" that has a value of "Y" or "N". I use a script like this:// Map the US Citizen flag from ITAR fieldif (source.u_itar_auth == 'Y') { target.us_citizen = ...