<?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: How to read in CSV file in Polish and? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713373#M220070</link>
    <description>&lt;P&gt;Thanks. The files aren't mine and hence they were created with variable names that I do not want, along with the first row of data that are also of no use for us. I used the 'sort by', 'proc import' and 'proc export' to read in the CSV files and also to export the merged, cleaned file as a CSV file, but the Polish characters were messed up and couldn't be easily merged with the larger file for the R programmer unless the Polish names were manually corrected by him before hand. I can easily manipulate the files if the names are in English, I want to find a way to be able to read in all these CSV files with Polish names, clean and manipulate files, merge, and then export back out a CSV with the Polish names retained and the encoding intact.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2021 15:13:27 GMT</pubDate>
    <dc:creator>RLC07</dc:creator>
    <dc:date>2021-01-22T15:13:27Z</dc:date>
    <item>
      <title>How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713289#M220024</link>
      <description>&lt;P&gt;Hi SAS Experts,&amp;nbsp;&lt;BR /&gt;I am needing to read in a CSV file that has Polish characters. Below is an example of one file and I'm attaching a few as examples. The polish characters aren't retained properly when I use 'proc import' to read in the data. Because I will have multiple CSV files, I am trying to do is the following:&lt;/P&gt;&lt;P&gt;(1) Read in each csv file, which is data for one day&lt;BR /&gt;(2) Keep only data for the first two variables: "wojewodztwo", "liczba_przypadkow" and drop the rest of the variables&lt;/P&gt;&lt;P&gt;(3) Delete data from the first row&lt;BR /&gt;(4) Create a new variable for date in mmddyyyy10. format: 12/10/2020 as an example&lt;BR /&gt;(5) Rename "wojewodztwo", "liczba_przypadkow" into new variable names&lt;BR /&gt;(6) Repeat the above steps with multiple csv files with identical or very similar variable names, each csv file would contain data from different dates&lt;BR /&gt;(7) Merge all files&lt;BR /&gt;(8) Export a comma delimited csv file for use by a different programmer in R&lt;/P&gt;&lt;P&gt;Thanks so much in advance for your help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;wojewodztwo;liczba_przypadkow;liczba_na_10_tys_mieszkancow;zgony;zgony_w_wyniku_covid_bez_chorob_wspolistniejacych;zgony_w_wyniku_covid_i_chorob_wspolistniejacych;liczba_zlecen_poz;liczba_ozdrowiencow;liczba_osob_objetych_kwarantanna;liczba_wykonanych_testow;liczba_testow_z_wynikiem_pozytywnym;liczba_testow_z_wynikiem_negatywnym;liczba_pozostalych_testow;teryt&lt;BR /&gt;Ca≥y kraj;7152;1.86;419;81;338;10947;6423;190953;47141;7918;38419;804;t00&lt;BR /&gt;dolnoúlπskie;567;1.96;11;10;1;672;321;13251;3701;631;2998;72;t02&lt;BR /&gt;kujawsko-pomorskie;729;3.52;44;4;40;922;586;13724;3110;790;2277;43;t04&lt;BR /&gt;lubelskie;323;1.54;24;4;20;545;392;8274;2125;365;1727;33;t06&lt;BR /&gt;lubuskie;217;2.15;23;8;15;355;169;5384;1198;234;948;16;t08&lt;BR /&gt;≥Ûdzkie;410;1.67;44;4;40;669;452;12036;3502;474;2950;78;t10&lt;BR /&gt;ma≥opolskie;315;0.92;13;8;5;530;258;9588;2696;343;2311;42;t12&lt;BR /&gt;mazowieckie;874;1.61;63;7;56;1760;851;36493;6362;986;5231;145;t14&lt;BR /&gt;opolskie;143;1.46;7;0;7;181;145;4463;1219;174;1022;23;t16&lt;BR /&gt;podkarpackie;216;1.02;15;0;15;281;136;5725;1815;238;1569;8;t18&lt;BR /&gt;podlaskie;226;1.92;3;0;3;346;155;5427;981;242;729;10;t20&lt;BR /&gt;pomorskie;740;3.15;31;5;26;934;626;16756;3346;785;2493;68;t22&lt;BR /&gt;úlπskie;489;1.08;27;2;25;973;508;14718;4528;577;3899;52;t24&lt;BR /&gt;úwiÍtokrzyskie;147;1.20;26;3;23;175;121;2869;1245;174;1037;34;t26&lt;BR /&gt;warmiÒsko-mazurskie;415;2.92;26;8;18;690;568;10471;1905;443;1443;19;t28&lt;BR /&gt;wielkopolskie;740;2.11;36;17;19;1126;604;19211;3858;790;3014;54;t30&lt;BR /&gt;zachodniopomorskie;469;2.77;26;1;25;780;464;12538;2546;522;1940;84;t32&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 05:42:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713289#M220024</guid>
      <dc:creator>RLC07</dc:creator>
      <dc:date>2021-01-22T05:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713294#M220029</link>
      <description>&lt;P&gt;1) Try to change ENCODING system option to UTF-8&lt;/P&gt;
&lt;P&gt;2) Copy the PROC IMPORT generated code from the log and adapt it to your needs&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 06:48:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713294#M220029</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2021-01-22T06:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713295#M220030</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Use a data-step&lt;/LI&gt;
&lt;LI&gt;Use the keep-statement&lt;/LI&gt;
&lt;LI&gt;Unsure: if you want to ignore the first row, use firstobs=2 in the infile-statement&lt;/LI&gt;
&lt;LI&gt;And the new variable should be created from what? A date is the number of days passed since 1Jan1960, a format takes care that it is human-readable.&lt;/LI&gt;
&lt;LI&gt;Rename-statment can do this: but: why create the variables with "wrong" names in the first place? Does not make sense.&lt;/LI&gt;
&lt;LI&gt;If the files are identical, use a wildcard in the infile-statement, if not you will have to write a data-step for each type.&lt;/LI&gt;
&lt;LI&gt;Another data-step using merge with by, all datasets have to be sorted according to the variables used in the by statement.&lt;/LI&gt;
&lt;LI&gt;Proc Export can do this, note that you have to use dbms=dlm and specify the delimiter. With dbms=csv the comma is used.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 22 Jan 2021 06:47:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713295#M220030</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-01-22T06:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713371#M220069</link>
      <description>&lt;P&gt;Thanks. How do I change the ENCODING system option to UTF-8? I mainly use SAS 9.4 (English), should I switch to SAS 9.4 (Unicode Support)?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 15:06:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713371#M220069</guid>
      <dc:creator>RLC07</dc:creator>
      <dc:date>2021-01-22T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713373#M220070</link>
      <description>&lt;P&gt;Thanks. The files aren't mine and hence they were created with variable names that I do not want, along with the first row of data that are also of no use for us. I used the 'sort by', 'proc import' and 'proc export' to read in the CSV files and also to export the merged, cleaned file as a CSV file, but the Polish characters were messed up and couldn't be easily merged with the larger file for the R programmer unless the Polish names were manually corrected by him before hand. I can easily manipulate the files if the names are in English, I want to find a way to be able to read in all these CSV files with Polish names, clean and manipulate files, merge, and then export back out a CSV with the Polish names retained and the encoding intact.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 15:13:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713373#M220070</guid>
      <dc:creator>RLC07</dc:creator>
      <dc:date>2021-01-22T15:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713395#M220082</link>
      <description>&lt;P&gt;I wouldn't use PROC IMPORT if you can avoid it.&amp;nbsp; It cannot know how to define the variables since it has no information about how to define the variables (other than using the column headers to help if generate names for the variables).&amp;nbsp; It just has to guess based on what it sees in the file (which might be only a subset of the universe of possible values for those variables).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could use the original column headers as labels and then when you generate the new CSV file write the labels as the column headers instead of the variable names.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 16:03:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713395#M220082</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-01-22T16:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713396#M220083</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/365250"&gt;@RLC07&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks. How do I change the ENCODING system option to UTF-8? I mainly use SAS 9.4 (English), should I switch to SAS 9.4 (Unicode Support)?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yes.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 16:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713396#M220083</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-01-22T16:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713436#M220104</link>
      <description>&lt;P&gt;ENCODING as a system option can be defined in the configuration file or override its definition on invoking sas.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the .cfg file search for "encoding=". Tha current value is probably WLATIN. Update it to UTF-8.&lt;/P&gt;
&lt;P&gt;In case it does not help look foe the 'exec sas &amp;lt;options&amp;gt;' and update it.&lt;/P&gt;
&lt;P&gt;Few days ego somebody changed EN to U-8 in the exec command and that helped him.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 18:08:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713436#M220104</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2021-01-22T18:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713521#M220142</link>
      <description>&lt;P&gt;Thank you! I used proc import initially but have switched over to using 'infile'. Unfortunately, I am unable to read in the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname Poland 'C:\SAS\Poland';&lt;/P&gt;&lt;P&gt;filename extfile 'C:\Poland_raw\casefile.csv' encoding="utf-8";&lt;/P&gt;&lt;P&gt;data poland.casedata;&lt;BR /&gt;infile extfile;&lt;BR /&gt;input wojewodztwo $ liczba_przypadkow;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the above codes that I found from the SAS user guide and adapted it and received this error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Invalid string.&lt;BR /&gt;FATAL: Unrecoverable I/O error detected in the execution of the DATA step program.&lt;BR /&gt;Aborted during the EXECUTION phase.&lt;BR /&gt;NOTE: 3 records were read from the infile EXTFILE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am now using SAS 9.4 (unicode support) and not SAS 9.4 (English) and I would love to be able to just successfully read in all of the observations the first two variables of the raw dataset without messing up the Polish characters, before I manipulate the data in SAS and exporting the file back out to a CSV with comma as the delimiter.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 23:12:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713521#M220142</guid>
      <dc:creator>RLC07</dc:creator>
      <dc:date>2021-01-22T23:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713541#M220150</link>
      <description>&lt;P&gt;Use this to confirm your current session encoding:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options
option = encoding;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Are you running SAS locally on your PC or on a remote SAS server? If you are using a remote SAS server then only a SAS administrator will be able to change session encoding for you.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 01:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713541#M220150</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-01-23T01:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713544#M220151</link>
      <description>&lt;P&gt;I am running SAS locally and using the codes you shared, I was able to confirm the encoding is UTF-8. Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 01:51:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713544#M220151</guid>
      <dc:creator>RLC07</dc:creator>
      <dc:date>2021-01-23T01:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713546#M220152</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/365250"&gt;@RLC07&lt;/a&gt;&amp;nbsp; - To correctly read your CSV I think you will need to modify your FILENAME:&lt;/P&gt;
&lt;PRE&gt;filename extfile 'C:\Poland_raw\casefile.csv' encoding="utf-8" dlm=',' dsd;&lt;/PRE&gt;
&lt;P&gt;You may need to modify your INPUT statement too.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 02:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713546#M220152</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-01-23T02:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713555#M220155</link>
      <description>&lt;P&gt;Thanks everyone for your suggestions!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using SAS 9.4 (unicode support), I was able to read in one of the first csv raw file in Polish. However, the Polish characters still are not showing up correctly. Any ideas?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are my codes:&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname Poland 'C:\SAS\Poland';&lt;/P&gt;&lt;P&gt;filename extfile 'C:\SAS\Poland_raw\casefile.csv' encoding="utf-8";&lt;BR /&gt;data a;&lt;BR /&gt;length loc_name $19.;&lt;BR /&gt;infile 'C:\SAS\Poland_raw\casefile.csv' ' firstobs=2 DLM=';' dsd;&lt;BR /&gt;input loc_name $ infected;&lt;BR /&gt;run;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I see in my dataset:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RLC07_0-1611373520732.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53822i8FEE67B74B873723/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RLC07_0-1611373520732.png" alt="RLC07_0-1611373520732.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Should I use proc cimport and I read in one of the many SAS user guides about switching locale, i.e.&amp;nbsp;sas9 -locale pl_PL&lt;/P&gt;&lt;P&gt;is using this appropriate? And if so, where would I put this syntax within my data steps? Thanks all!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 03:47:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713555#M220155</guid>
      <dc:creator>RLC07</dc:creator>
      <dc:date>2021-01-23T03:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713560#M220158</link>
      <description>&lt;P&gt;Did you try reading the file using WLATIN2 encoding?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let path=C:\Downloads;
%let fname=20210120054532_rap_rcb_woj_eksport.csv;

data test1;
  infile "&amp;amp;path\&amp;amp;fname" encoding='wlatin2' dsd firstobs=2 dlm=';';
  input var1 :$30.;
run;

proc freq; tables var1; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 635px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53823iD0C2D69AB6B0B514/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 04:44:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713560#M220158</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-01-23T04:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713620#M220183</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt;&amp;nbsp;Switching from UTF-8 encoding to WLATIN2 encoding worked - thank you so much for your insights and help! The Polish names from my export file matched with another file that was read in and cleaned by a colleague who used R. I will know next week whether he can successfully take the larger file that I will create and read and merge with his file of historic case data. When I encounter another raw file with non-English variables in the future, would you recommend I first use UTF-8 encoding and before switching to a different encoding if it doesn't work or simply read in the data file using the encoding that is best to support that particular foreign language? Thank you again!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 20:15:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713620#M220183</guid>
      <dc:creator>RLC07</dc:creator>
      <dc:date>2021-01-23T20:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713628#M220187</link>
      <description>&lt;P&gt;There is not any simple way to tell the encoding of a text file.&amp;nbsp;&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/4255305/how-to-determine-encoding-table-of-a-text-file" target="_blank"&gt;https://stackoverflow.com/questions/4255305/how-to-determine-encoding-table-of-a-text-file&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure whoever sends you a file tells you want encoding they are using.&amp;nbsp; Or ask them to always use UTF-8.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 21:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713628#M220187</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-01-23T21:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713694#M220219</link>
      <description>&lt;P&gt;It wouldn't surprise me if I will have to read in other raw files with non-English characters in the near future, so good to know and thanks for the reference!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 15:57:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713694#M220219</guid>
      <dc:creator>RLC07</dc:creator>
      <dc:date>2021-01-24T15:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713762#M220245</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/365250"&gt;@RLC07&lt;/a&gt;&amp;nbsp; - Please don't forget to mark your post as answered as this will help others to find this very useful discussion.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jan 2021 21:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713762#M220245</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-01-24T21:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713791#M220270</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;Will do - thanks for the reminder!&amp;nbsp;&lt;SPAN&gt;Is there a way I can mark more than 1 as acceptable solution? And if not, make changes to ensure I mark the most appropriate one as 'acceptable solution'?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 01:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713791#M220270</guid>
      <dc:creator>RLC07</dc:creator>
      <dc:date>2021-01-25T01:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to read in CSV file in Polish and?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713808#M220284</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/365250"&gt;@RLC07&lt;/a&gt;&amp;nbsp; - You can only mark one response as the answer so it is up to you to choose the one that is most acceptable.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 04:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-read-in-CSV-file-in-Polish-and/m-p/713808#M220284</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-01-25T04:14:53Z</dc:date>
    </item>
  </channel>
</rss>

