Transform Script is working in Bg Script but not in Actual Scenerio

YashM
Tera Contributor

Hello All,

 

I have written a Transform script for one operation for importing data into tables from CSV, I tried the same with dummy values in background script, it is working fine but in Actually data transport it is not applying.

 

Any help will be appreciated.

 

 

1 ACCEPTED SOLUTION

Hello @YashM 

 

Try once by deleting all the record and again do the Data Import, It might be running on Insert.

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.

 

Regards,

Samaksh

View solution in original post

4 REPLIES 4

Samaksh Wani
Giga Sage
Giga Sage

Hello @YashM 

 

Try to add simple thing in transform script, by commenting all ,

 

like current.fieldName = "Hello Samaksh";

 

and then check, if it is working might be your script has some issue.

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.

 

Regards,

Samaksh

 

 

Hello @Samaksh Wani 

 

Similar thing I did for debugging, but the simple script is not working. it seems transform script is not executing.

 

 

Hello @YashM 

 

Can you help me, Which script you wrote Before or After.

 

 

Hello @YashM 

 

Try once by deleting all the record and again do the Data Import, It might be running on Insert.

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.

 

Regards,

Samaksh