text file

  1. D

    INI Config File

    Introducing INI config file reader Returns Collection with sections defined in the file. I created this because I was sick of using Excel files for configurations. This tool is by no means perfect, but it works well with a simple structure. Example of INI config file: name = "Project1" version...
  2. A

    Convert text file(Notepad) to Excel using Blue Prism

    This is the text that I need to convert. I tried to put it in a Data Item and then using Split Text to split it. The result is saved in a Collection but only in one column. Is there any other way to throw this text in a collection without losing its structure and to create 6 columns and 4 rows...
  3. A

    Extract values for a text file using blue prism

    Hi- I have a text file (see attached). I am using utility file management-read all text from file to store all the data from the text item in a data element. There are multiple lines with messages as below: Material Message D232ZLL SUCCESS M01: BOM flagged for resend, will be sent within one...
  4. M

    Is it possible to convert a collection into a .txt file separated by tabs?

    I´m trying to convert a collection into a text file. I´ve tried converting the collection into a CSV to get the text and appending that CSV into a text file but when I open it, there´s nothing on it.
Top