PLEASE HELP - Data Manipulation doubt

In UiPath RPA

Below data is stored in Gereric varaible as InterfaceVariabe. Its extracted from table format data using screenscapping

[INTERFACE NAME INBOUND STATUS OUTBOUND STATUS TOTAL SENT TOTAL IN QUEUE STATUS TIMESTAMP
ATR Pre-Open Pre-Open 0 0 2025-01-15 02:41:40.030896
Autex Pre-Open Pre-Open 0 0 2025-01-15 02:41:40.056789]

My output should be in a data table “ExtractDataTable” with 6 columns as mentioned below . How to get the output?
INTERFACE NAME
INBOUND STATUS
OUTBOUND STATUS
TOTAL SENT
TOTAL IN QUEUE
STATUS TIMESTAMP

output should be like below :

@Venu_V,

You can use Generate Data Table activity for this

  • Input: Genericvariable.ToString
  • Output: DataTableVariable
  • Configuration: Set the appropriate row and column delimiters if required by the format of the data.

Delimiter not working . Its giving me only two columns if i select auto detect. Any other alternative solution Please?

@Venu_V,

Ok in that case string manipulation is the only option. Let me try this.

Can you please give me the code

can you please tell me the solution

@Venu_V,

Sorry, I will be looking into this whenever free not immediately.

Hi Venu,

Please check the below code.

data manupulation.zip (8.8 KB)

1 Like

Hi Venu,

If this is what you are looking for could please mark this as solution.

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