Convert a string variable to data table

Hello everyone, could someone help me, I need to convert a string variable to a data table, could someone please help me? the string variable is called str_UpdateQuery2 and the data table variable is called dt_table2

Please use generate datatable activity which takes string as input and produce datatable as output

1 Like

Hi,

Can you share specific input and expected output?

Regards,

1 Like

Hey @Daniel_Hernandez1

Why do you create the same topics?

1 Like

Hi @Daniel_Hernandez1

=> Read Text File
Output-> str_UpdateQuery2 (DataType: System.String)

=> Generate DataTable from text
Output-> dt_table2 (DataType: System.Data.DataTable)

You need to configure the Wizard of Generate DataTable from Text. If possible share the input and expected output, I will help you with flow

Regards