Hello,
can someone please help me with this process? I´ve got an Excel file that is generated every Monday and I need to process this file via robot and send it via email. This file always contains 50k+ rows and in the first column (“Cust. Material”), there are always values containing spaces that I need to eliminate. I could do this using a for each loop, but unfortunately with that many values, this loop would take ages. When I tried googling for a different solution, I found two options: a flowchart or LINQ query. Since I’m a beginner, I don’t really know how to do it at least one of these ways.
example:
source A2 value: L65 000 035
required value A2: L65000035
Thank you so much