How to add data to Q from config file

hi

Iam getting key from con fig file and i have configured the excel column names in config file and the data in input folder
i want to add that data to queue

iam doing in_config(Row(“ABC”).to string

its throwing error

how can add to q

iam using for each row

@T_Y_Raju

Then ideally it should be

Row(in_config("ColumnName").ToString).ToString

Here row is the for each row in datatable variable

Columnname is the name from the config file

Cheers

Thank you Anil for the solution

1 Like

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