- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:00 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 01:03 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:11 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:17 AM
Hello @Samaksh Wani
Similar thing I did for debugging, but the simple script is not working. it seems transform script is not executing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 01:03 AM
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