Transform map & Transform script related issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
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
