Search results

  1. S

    While I try to read CSV files, the values are not stored as intended.

    I'm using some read CSV activities, but regardless of the activity, I cannot read the CSV files as they really are, meaning that I have quotes around every value, but the collections inside blue prism don't appear with quotes around values. Is there a way to fix this ?
  2. S

    Write a collection as a .csv file with quotes around every value

    I currently write collections as CSV files but I saw that there are no quotes around values and I need this. Is there a way to achieve this ?
  3. S

    Solved Issues while reading .txt file with UTF-8-BOM encoding

    Hello, I have a process where I'm reading some .csv files which are encoded in UTF-8-BOM. The problem is that this enconding provides some hidden symbols at the beginning of the text and it interferes with some of my actions of merging collection ( columns headers not matching because of those...
  4. S

    Solved Can you use code stage to copy content of whole columns to other empty columns in same collection ?

    Hello, I have a collection with around 1000 rows and I need to copy the contents of the, let's say, first three columns, to the last 6 columns. I don't want to use loops because takes a lot of time. Can I use some code stage to do this instead ?
  5. S

    Solved Remove duplicates from a collection but keep the duplicates in another collection

    Hello, I am working on a process right now on which I have to merge some collections into a single one (with around 1000 rows ) and after that to remove duplicates based on a single column. I already did these steps but I would also need to keep track of which rows were removed from the...
Top