I set string on clipboard and I used getastable after that but it is not working output is null
GetasTableissue
- 239 Views
- Last Post 03 January 2020
agarwal.chandresh@tcs.com
posted this
20 December 2019
alphonsa@intellibot.io
posted this
20 December 2019
Hi Chandresh,
As connected and explained the issue, providing the usage of GetAsTable component below for your reference.
There are two input parameters in GetAsTable component, one is “column separator” and 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 table then I will use this GetAsTable method and provide the separators. Hope this helps!!
Clipboard Text (copied text):
Output Table:
alphonsa@intellibot.io
posted this
03 January 2020
Hi Chandresh,
Hope the issue was resolved !!
Please feel free to revert for any further clarifications.