- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2024 04:41 AM
I want to import an excel with fields like sr_no, name, phone and with 100 records.
scenario is that , I want to only insert records after 50th records and also if in any record phone field value is empty
then that record should not be inserted.
how can we achieve it ?
Solved! Go to Solution.
- 513 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 09:31 PM
Hi,
We can use onBefore Transform Script to achieve this scenario. Please find below code:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 09:27 PM
Hi,
We can use onBefore Transform Script to solve this scenario. Please find the below code:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 09:31 PM
Hi,
We can use onBefore Transform Script to achieve this scenario. Please find below code: