Hi Team,
how to convert the output data table text string to .lower case letter after read the row data in excel?
i tried .ToLower() but have error “InvalidLValueExpression”
Hi Team,
how to convert the output data table text string to .lower case letter after read the row data in excel?
i tried .ToLower() but have error “InvalidLValueExpression”
System.Data.DataRow
to loop through each row.Assign activity:
row(“DateColumn”) = row(“DateColumn”).ToString().ToLower()
Hi,
Can you try to set just kwKeyword in the Text property?
Then use the assign activity as the following.
Regards,
Have error Lcase does not exist
Thanks man…this works…i just curious can assign back the same variable or not :slight_smile,so it possible also…Thanks for the knowledge share
Thanks…yes…it works after assign it back.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.