former_member10122
Explorer
Member since ‎07-28-2021

User Statistics

  • 17 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hi Team, I have an SQL query to fetch the records from DB and then am doing further filtration to validate the records. Below is the select statement and based on the records, I need to check whether Email id is valid against the domains maintain...
Hi Team, I am querying a DB and I want to write two csv files in parallel. 1. All the valid records as in skipping null/blank values, valid email id - File 1.csv 2. All invalid records as in null/blank records, invalid email id - file 2.csv I...
Hi Team, I have a below requirement. Interface will execute weekly once where I query a DB and pull the records and write a csv file. 1. I want to store the last week file in a location and compare it with current week run file. 2. Based on U...
Hi Team, For exception handling, I have created another common iflow which is being called using ProcessDirect adapter. Original Iflow exception subprocess: Iflow to trigger Email: When I trigger mail, How to get below properties of the...
Hi Team, I have a header parameter as QAuthorization which has the token value. I want to log it as an attachment. How to do it using is groovy script in CPI ? Thanks, Varun
Kudos given to