Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-04-20 04:18 PM
How to read CSV files into BluePrism collection?
------------------------------
satish
------------------------------
------------------------------
satish
------------------------------
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-04-20 08:03 AM
Hi,
You can use standard functionality of Blue Prism. There is Utility - File management object which has the actions Read All Text from File and Read Lines from File. However, please consider memory issues as CSV files can be large and it's better to process them by portions (Read Lines from File).
The second way is to write a custom actions using .NET StreamReader.
------------------------------
Anton Sauchyk
Senior RPA Analyst
EY
Europe/Minsk
------------------------------
You can use standard functionality of Blue Prism. There is Utility - File management object which has the actions Read All Text from File and Read Lines from File. However, please consider memory issues as CSV files can be large and it's better to process them by portions (Read Lines from File).
The second way is to write a custom actions using .NET StreamReader.
------------------------------
Anton Sauchyk
Senior RPA Analyst
EY
Europe/Minsk
------------------------------
3 REPLIES 3

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-04-20 08:03 AM
Hi,
You can use standard functionality of Blue Prism. There is Utility - File management object which has the actions Read All Text from File and Read Lines from File. However, please consider memory issues as CSV files can be large and it's better to process them by portions (Read Lines from File).
The second way is to write a custom actions using .NET StreamReader.
------------------------------
Anton Sauchyk
Senior RPA Analyst
EY
Europe/Minsk
------------------------------
You can use standard functionality of Blue Prism. There is Utility - File management object which has the actions Read All Text from File and Read Lines from File. However, please consider memory issues as CSV files can be large and it's better to process them by portions (Read Lines from File).
The second way is to write a custom actions using .NET StreamReader.
------------------------------
Anton Sauchyk
Senior RPA Analyst
EY
Europe/Minsk
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-04-20 10:06 AM
Hi Anton,
I have tried, its working.
Thanks for the response.
Satishkumar.
------------------------------
satishkumar kuruba
------------------------------
I have tried, its working.
Thanks for the response.
Satishkumar.
------------------------------
satishkumar kuruba
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-04-20 03:00 PM
Anton beat me 😉 thanks for contributing to the community Anton. For future readers...
------------------------------
Ed Garabedian
Curriculum Developer
Blue Prism
------------------------------
------------------------------
Ed Garabedian
Curriculum Developer
Blue Prism
------------------------------
