Hi Allan,
is there a way to update one column in “for each datarow”? I read a csv to Data Table and add a column. I tried assign row(16) = “TEST” but it doesn’t work.
Thanks for your great work!
Hi Allan,
is there a way to update one column in “for each datarow”? I read a csv to Data Table and add a column. I tried assign row(16) = “TEST” but it doesn’t work.
Thanks for your great work!
Yes, you can UPDATE using the syntax you showed, but you cannot ADD a column like that
You need to use add column activity for that.
Hello Allan,
I tried to add column:
Is this the right way? Column is added but when I try to add values it doesn’t work
what error are you getting ?
I am glad you found a solution.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.