iRobo.Activity. Remove Duplicate Rows

Activity that removes duplicates rows from the data table.

                                                                                       

Properties

Input

  • ColumnName – An Array of String contains the columns names (Mandatory)
  • DataTable – The DataTable Object (Mandatory)


Misc                                                                                

  • DisplayNameActivity header name.


Output                                                                                

  • ResultDataTable variable that contains the data table after removing the duplicates.


Steps of Using Remove Duplicate Rows Activity

  1. Open iRobo Studio.
  2. Navigate to Existing Project or create new project.
  3. Right click on project name and create new workflow.
  4. Drag the Remove Duplicate Row Activity from the Toolbox.
  5. Type in the ColumneNames in the ColumnName input .
  6. Type the datatable object in DataTable input .
  7. Put a datatable variable in Result input to store the datatable after removing the duplicates rows 
  8. Click Save Button from iRobo Studio Menu or press Ctrl + S keyboard shortcut to save the workflow.
  9. Click Play Button to start the conversion process

Created with the Personal Edition of HelpNDoc: Write EPub books for the iPad