<?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 Re: Problem openning file with 9 spaces separation between columns... help! in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222759#M123746</link>
    <description>Thank you, very much.&lt;BR /&gt;I got it.&lt;BR /&gt;&lt;BR /&gt;Regards, fonsi</description>
    <pubDate>Tue, 31 May 2005 19:46:20 GMT</pubDate>
    <dc:creator>Fonsi</dc:creator>
    <dc:date>2005-05-31T19:46:20Z</dc:date>
    <item>
      <title>Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222582#M123689</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to open one file with 2 columns, the problems is the columns is separate with 9 spaces of caracter and i dont know what put in the delimiter option...&lt;BR /&gt;&lt;BR /&gt;Any help?.&lt;BR /&gt;&lt;BR /&gt;Regards, Fonsi.</description>
      <pubDate>Tue, 31 May 2005 15:04:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222582#M123689</guid>
      <dc:creator>Fonsi</dc:creator>
      <dc:date>2005-05-31T15:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222583#M123690</link>
      <description />
      <pubDate>Tue, 31 May 2005 15:05:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222583#M123690</guid>
      <dc:creator>Fonsi</dc:creator>
      <dc:date>2005-05-31T15:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222585#M123691</link>
      <description />
      <pubDate>Tue, 31 May 2005 15:06:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222585#M123691</guid>
      <dc:creator>Fonsi</dc:creator>
      <dc:date>2005-05-31T15:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222588#M123692</link>
      <description>You are on the right track and your code is close.&lt;BR /&gt;&lt;BR /&gt;The first thing to do is right click on the string control and change it to '\' Codes Display&lt;BR /&gt;&lt;BR /&gt;Notice your delimiter is \s\\s, which I doubt is in your file.  You are correct that \s is a space, however that is only valid in the \ code display.  So your delimiter is a space followed by a true "\" character followed by an "s"&lt;BR /&gt;&lt;BR /&gt;So you have 2 options to create a 9 space delimiter.  In slash codes display type in \s\s\s\s\s\s\s\s\s  or in the normal view just hit the space bar 9 times.</description>
      <pubDate>Tue, 31 May 2005 15:09:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222588#M123692</guid>
      <dc:creator>Evan</dc:creator>
      <dc:date>2005-05-31T15:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222631#M123708</link>
      <description>yes, thanks.&lt;BR /&gt;But the problem is sometimes the spaces are 9 another time are 10. &lt;BR /&gt;Any way to get it?. &lt;BR /&gt;Regards,Fonsi</description>
      <pubDate>Tue, 31 May 2005 16:11:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222631#M123708</guid>
      <dc:creator>Fonsi</dc:creator>
      <dc:date>2005-05-31T16:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222646#M123713</link>
      <description>If you are not sure how many spaces there will be between values I would try something different.  Here is a VI that takes a string and converts it over for you.  I simple replace all groups of spaces with a tab control and then use the Spreed Sheet string to Array VI.&lt;BR /&gt;&lt;BR /&gt;So read your file in as a string and feed it through this example code.</description>
      <pubDate>Tue, 31 May 2005 16:32:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222646#M123713</guid>
      <dc:creator>Evan</dc:creator>
      <dc:date>2005-05-31T16:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222759#M123746</link>
      <description>Thank you, very much.&lt;BR /&gt;I got it.&lt;BR /&gt;&lt;BR /&gt;Regards, fonsi</description>
      <pubDate>Tue, 31 May 2005 19:46:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222759#M123746</guid>
      <dc:creator>Fonsi</dc:creator>
      <dc:date>2005-05-31T19:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222819#M123772</link>
      <description>Personally, I prefer the "scan strings for tokens", because it skips empty tokens and thus any consecutive sequence of separators are treated as a single separator (what if somebody manually edits the file and replaces a few spaces with tabs?).&lt;BR /&gt;&lt;BR /&gt;Have a look at &lt;A href="http://forums.ni.com/attachments/ni/170/121990/1/CleanText_100.vi" target="_blank"&gt; my old example&lt;/A&gt; from &lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=122012#M122012" target="_blank"&gt; this thread &lt;/A&gt;. (Also have a look at the slighly more complex version in my last post of the quoted thread).</description>
      <pubDate>Tue, 31 May 2005 21:26:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222819#M123772</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2005-05-31T21:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222823#M123774</link>
      <description>altenbach, thanks!.&lt;BR /&gt;&lt;BR /&gt;Runs well too.&lt;BR /&gt;&lt;BR /&gt;In my case, always is the same spaces, since is got from the output of soft, and i get this file to draw in my application...&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 31 May 2005 21:33:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222823#M123774</guid>
      <dc:creator>Fonsi</dc:creator>
      <dc:date>2005-05-31T21:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222832#M123778</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/28247"&gt;@Fonsi&lt;/a&gt; wrote:&lt;BR /&gt;In my case, always is the same spaces, since is got from the output of soft, and i get this file to draw in my application...&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Are you sure about that? In the &lt;A href="http://forums.ni.com/attachments/ni/170/123690/1/pic.GIF" target="_blank"&gt;image&lt;/A&gt; you posted above, the number of spaces seems to changes at 10000 and above.</description>
      <pubDate>Tue, 31 May 2005 21:49:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222832#M123778</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2005-05-31T21:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222948#M123819</link>
      <description>Yes, you are right!.&lt;BR /&gt;&lt;BR /&gt;Always get 10 spaces and later over 10000 get 9. Since the data is the minimal 1000 and never over 20000, only are 10 and later 9. But curioustly  i put constant tab of 9 spaces and the data is ok!!. I dont know why but its runs....&lt;BR /&gt;Althought the others vi works perfectly too...&lt;BR /&gt;Regards, Fonsi.</description>
      <pubDate>Wed, 01 Jun 2005 07:47:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/222948#M123819</guid>
      <dc:creator>Fonsi</dc:creator>
      <dc:date>2005-06-01T07:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem openning file with 9 spaces separation between columns... help!</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/223144#M123899</link>
      <description>Hi Fonsi,&lt;BR /&gt;&lt;BR /&gt;NI has got an example code on web page about how to convert a Space-Delimited File to Tab-Delimited (Spreadsheet) Format &lt;BR /&gt;&lt;BR /&gt;This is the link&lt;BR /&gt;&lt;BR /&gt;http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B123AE0CBB0F111EE034080020E74861&amp;amp;p_node=DZ52027&amp;amp;p_source=External&lt;BR /&gt;&lt;BR /&gt;Likewise I have attached the vi&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Diego M.</description>
      <pubDate>Wed, 01 Jun 2005 14:13:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Problem-openning-file-with-9-spaces-separation-between-columns/m-p/223144#M123899</guid>
      <dc:creator>Diego_M</dc:creator>
      <dc:date>2005-06-01T14:13:14Z</dc:date>
    </item>
  </channel>
</rss>

