point 3 - can be done at the datatable level once read in using datatable.coulmn.columnname to change it.
point 4 - Previous Thread
point 5 - again can be done at datatable level - simple use the remove data row if it meets the condition.
Hi! The point 3 doesn’t works for me, so I have used a write cell activity instead. If you could please post a screenshot of the correct syntax or send a .xaml file…
I am trying point 3 as well but I am not certain in which activity I should be using the datatable.column.columname. Is it an assign activity? Feel free to share a xaml file as Niket_Ghai also asked.
Thanks for your thoughts guys! Really helpful.
I managed to succeed for point 3 and 4 already :).
I’ll be having a look at point 5 later on.
In the meantime I’m having an additional question.
The original data comes from a CSV file and contains numbers.
However, the numbers in column range T:AT are in the format ‘100.00’ instead of ‘100,00’. I can only calculate further with ‘100,00’ (comma numbers).
I would like to do a find and replace all on range T:AT and replace . by ,
I tried with hotkeys but it was not working, or I was missing something…
I also tried with the activity ‘select range’ but then I got stuck as I did not know what to do next.
The workflow attached here changes the particular fields based on some condition:
Try to understand it and tell me if this works for you as well…you just need to make some changes Replacing.xaml (8.5 KB)
Thanks for your response.
I changed the flow but the bot seems to be working for a long time.
I selected range “A:AT” and I guess that he scans all the cells (even blank ones) to search for something to replace. However, in this file I only have about 30 rows, but next file could be 5.000 rows. Any suggestions to this?