Recent content by MoDCore

  1. M

    Find value from collection in Email Body

    This is now all working as expected. When I get onto the BOT machine, I will post the solution. Thank you all
  2. M

    Find value from collection in Email Body

    Hello All, I am trying to categorise emails based on key words from inside the email body. If I hardcode the values it is looking for then the process works as expected. Now the next step is to have the keywords which define a category in a locally managed file. I would of thought putting...
  3. M

    Collection to CSV - Set delimiter

    Have seen a solution for this using C# but cant seem to figure out yet how to add this code in without a Code" object having loads of errors. Inputs: Collection - Collection Delimiter - Text Target - Text StringBuilder sb = new StringBuilder(); string[] columnNames =...
  4. M

    read text data to excel (Need to convert excel data as "|")

    If this is a simple, change a text file to excel? you can use the excel input data wizard, from text and pick your custom delimiter, then file save as. If you are trying to take a text file > to excel> to then use as a collection in BP, there is already wasys to read text to collection. Can...
  5. M

    Hi All! - New BP User

    Hi All, New Blue Prism user right here! Have completed the first course and got the certificate. Looking forward to automating some processes! MoD!
  6. M

    Collection to CSV - Set delimiter

    Hi All! I have been reading a couple of threads about saving a collection to CSV and they all seem to want to use comma as the delimiter. In the Utility - Strings there is already input/output and code for this, but using a comma, how would one go about changing the delimiter to say | or &&...
Top