Transform map & Transform script related issue

RadhaK432361738
Tera Contributor

Hello, 

I have a doubt related to transform script.

(function runTransformScript(source, map, log, target  ) {
    // Add your code here
    gs.log("Admin department is no more");
   if(source.u_department=="Admin"){
    log.info("Admin department is no more");
        gs.log("Admin department is no more  1111");
    ignore=true;
    return;
   }
})(source, map, log, target);
 //My gs.log is working but log.info is not working  
 

I have import excel data-> transform map(map the fields correctly)->written transform script -> transform->run transformation-> In transformation history there is no error but in import log nothing is visible.

What can be the reason and how I tackle with this issue?? 
0 REPLIES 0