2

I am giving input as string on clipboard component and I used getAsTable after that but it is not working, output is coming null.

1 Answers1

2

Providing the usage of the GetAsTable component below for your reference.

enter image description here

There are two input parameters in the GetAsTable component, one is “column separator” and the other is “line separator” which helps in parsing the clipboard text into DataTable based on the input parameters. For example, I have copied the below table content from an application and I wanted to get the output as a table then I will use this GetAsTable method and provide the separators. Hope this helps!

Clipboard Text (copied text):

enter image description here

Output Table:

enter image description here

Jayant Rajwani
  • 727
  • 9
  • 16