Transform map script check if contains string
Hi, I need my transform map to check if a column contains the string 'First Name' and if It is a yes, change first_name field to true. My script is not working. (function runTransformScript(source, map, log, target /*undefined onStart*/ ) { if (s...
