<?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 issue with csv file name with special character infile statement in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/issue-with-csv-file-name-with-special-character-infile-statement/m-p/367719#M275402</link>
    <description>&lt;P&gt;i am importing multiple csv files from a folder using infile statement. Some files give me error Physical file not found. When i rename it , it works file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example of file name with issue- ab[bmp]c[8_4_203].csv&lt;/P&gt;&lt;P&gt;when i remove square [] brackets it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way i can take care of all special characters when reading csv file using infile statement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2017 13:40:52 GMT</pubDate>
    <dc:creator>sasuser101</dc:creator>
    <dc:date>2017-06-16T13:40:52Z</dc:date>
    <item>
      <title>issue with csv file name with special character infile statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/issue-with-csv-file-name-with-special-character-infile-statement/m-p/367719#M275402</link>
      <description>&lt;P&gt;i am importing multiple csv files from a folder using infile statement. Some files give me error Physical file not found. When i rename it , it works file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example of file name with issue- ab[bmp]c[8_4_203].csv&lt;/P&gt;&lt;P&gt;when i remove square [] brackets it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way i can take care of all special characters when reading csv file using infile statement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 13:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/issue-with-csv-file-name-with-special-character-infile-statement/m-p/367719#M275402</guid>
      <dc:creator>sasuser101</dc:creator>
      <dc:date>2017-06-16T13:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: issue with csv file name with special character infile statement</title>
      <link>https://communities.sas.com/t5/SAS-Programming/issue-with-csv-file-name-with-special-character-infile-statement/m-p/367722#M275403</link>
      <description>&lt;P&gt;A UNIX system interprets angular brackets as part of regular expressions for filename expansion. Having them in UNIX filenames is a VERY BAD idea. Just like having asterisks and question marks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Strong hint: use only characters from the 26-character alphabet, digits, underlines and dots in filenames. Makes life on all operating systems so much simpler.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 13:45:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/issue-with-csv-file-name-with-special-character-infile-statement/m-p/367722#M275403</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-06-16T13:45:41Z</dc:date>
    </item>
  </channel>
</rss>

