<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Te OLEDB VBO can read… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92978#M42651</link>
    <description>Te OLEDB VBO can read different data sources, depending on the inputs you provide it. Here is an example of reading an Excel file&amp;nbsp;https://help.blueprism.com/1136332732
And &lt;A href="https://www.connectionstrings.com/textfile/" target="test_blank"&gt;https://www.connectionstrings.com/textfile/&lt;/A&gt; is a good resource&amp;nbsp;for alternative connection types, including text files.</description>
    <pubDate>Mon, 06 Aug 2018 17:16:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2018-08-06T17:16:00Z</dc:date>
    <item>
      <title>How to fetch data separated by Tab into collection from Text File</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92977#M42650</link>
      <description>Hi ,

&amp;nbsp;

I need to Fetch data from text file into Collection and data in text file is separated by Tab .

Please suggest some idea.

Thanks in Advance .</description>
      <pubDate>Mon, 06 Aug 2018 16:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92977#M42650</guid>
      <dc:creator>PriyankaAuti1</dc:creator>
      <dc:date>2018-08-06T16:32:00Z</dc:date>
    </item>
    <item>
      <title>Te OLEDB VBO can read…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92978#M42651</link>
      <description>Te OLEDB VBO can read different data sources, depending on the inputs you provide it. Here is an example of reading an Excel file&amp;nbsp;https://help.blueprism.com/1136332732
And &lt;A href="https://www.connectionstrings.com/textfile/" target="test_blank"&gt;https://www.connectionstrings.com/textfile/&lt;/A&gt; is a good resource&amp;nbsp;for alternative connection types, including text files.</description>
      <pubDate>Mon, 06 Aug 2018 17:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92978#M42651</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-08-06T17:16:00Z</dc:date>
    </item>
    <item>
      <title>Hi Priyanka_auti
If you have…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92979#M42652</link>
      <description>Hi Priyanka_auti
If you have horizontal tab separated values, like e.g.
""1&amp;nbsp;&amp;nbsp; &amp;nbsp;2&amp;nbsp;&amp;nbsp; &amp;nbsp;3&amp;nbsp;&amp;nbsp; &amp;nbsp;4&amp;nbsp;&amp;nbsp; &amp;nbsp;5&amp;nbsp;&amp;nbsp; &amp;nbsp;6&amp;nbsp;&amp;nbsp; &amp;nbsp;7&amp;nbsp;&amp;nbsp; &amp;nbsp;8&amp;nbsp;&amp;nbsp; &amp;nbsp;9&amp;nbsp;&amp;nbsp; &amp;nbsp;10""
&amp;nbsp;you can also alter the text to replace those horizontal tabs with e.g. commas, like such:
Calculation stage with expression: "" Replace([Data1]; Chr(9); "", "")&amp;nbsp; "" ,
where [Data1] contains your horizontal tab string, and output this to the same or another dataitem.
""Chr(9)"" is the ascii charater for horizontal tab, you can see the ascii characters here:https://theasciicode.com.ar/ascii-printable-characters/lowercase-letter-a-minuscule-ascii-code-97.html .
The function Chr(Code) is a function in e.g. the calculation stage.
You can then input this csv to the ""Utility - Strings"" BO's action ""Get CSV As Collection"", which will give you a collection.
If you need to set the collection's column names from the first row, this will require you to programmatically alter the [Data1] dataitem with a linebreak, so that you can use the ""Utility - Collection Manipulation"" BO's action ""Set Column Names From First Row"", to set the first row to be the column names in your collection.
Good luck.
BR,
Mustafa</description>
      <pubDate>Mon, 06 Aug 2018 17:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92979#M42652</guid>
      <dc:creator>Mustafa_UlasYig</dc:creator>
      <dc:date>2018-08-06T17:37:00Z</dc:date>
    </item>
    <item>
      <title>Hi ,
 
Please suggest how…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92980#M42653</link>
      <description>Hi ,
&amp;nbsp;
Please suggest how can i replace tab separated data by comma.
Thanks.
&amp;nbsp;</description>
      <pubDate>Mon, 06 Aug 2018 17:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92980#M42653</guid>
      <dc:creator>PriyankaAuti1</dc:creator>
      <dc:date>2018-08-06T17:38:00Z</dc:date>
    </item>
    <item>
      <title>Hi Mustafa,
 
Thank you for…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92981#M42654</link>
      <description>Hi&amp;nbsp;Mustafa,
&amp;nbsp;
Thank you for update.
I have input like :
&amp;nbsp;1&amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; 3&amp;nbsp; &amp;nbsp; 4
&amp;nbsp;5&amp;nbsp; &amp;nbsp; &amp;nbsp;6&amp;nbsp; &amp;nbsp; 7&amp;nbsp; &amp;nbsp; &amp;nbsp;8
&amp;nbsp;8&amp;nbsp; &amp;nbsp; &amp;nbsp;9&amp;nbsp; &amp;nbsp; &amp;nbsp;5&amp;nbsp; &amp;nbsp; &amp;nbsp;3
and&amp;nbsp; want to store this data from text file to collection&amp;nbsp;</description>
      <pubDate>Mon, 06 Aug 2018 17:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92981#M42654</guid>
      <dc:creator>PriyankaAuti1</dc:creator>
      <dc:date>2018-08-06T17:43:00Z</dc:date>
    </item>
    <item>
      <title>Hi Priyanka_auti
Please see…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92982#M42655</link>
      <description>Hi Priyanka_auti
Please see attached BO to see how I would have solved it, the ""Utility - Strings"" BO's action ""Get CSV As Collection"", did not work as I intended it to. So instead I used &amp;nbsp;""Utility - Strings"" BO's action ""Split Text"".
Please see attached file.
Good luck.
BR,
Mustafa</description>
      <pubDate>Tue, 07 Aug 2018 12:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-fetch-data-separated-by-Tab-into-collection-from-Text/m-p/92982#M42655</guid>
      <dc:creator>Mustafa_UlasYig</dc:creator>
      <dc:date>2018-08-07T12:46:00Z</dc:date>
    </item>
  </channel>
</rss>

