Want to write row by row data from clipboard

want to write down the clipboard activity data into excel that is in for each loop, so want to add new row in excel

Hi @rohit_di ,

Could you let us know what is there in the Clipboard data or could you provide the what is the format of data present in it ?

Checking the format will allow us to provide accurate suggestions required to perform the operation. Some suggestions would be :

  1. Using Generate Datatable from Text activity.
  2. Split the Data based on row Delimiter and column Delimiter so that we can loop through and add it to the Datatable using Add Data Row activity.
  3. Regex Expression to Split the columns apart based on certain patterns.

We would need to more details on the Input format, so that we can provide the proper suggestion to move forward.

can you elaborate what exactly you issue is

Regards

Thank you it’s working… thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.