<?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: data conversion error when persist SAS data to hive in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/data-conversion-error-when-persist-SAS-data-to-hive/m-p/615850#M18624</link>
    <description>&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;the error :data conversion error on column 'xxx' ,row xxx&lt;/P&gt;&lt;P&gt;note :due to errors above,SAS set option OBS=0,enabling syntax check mode.&lt;/P&gt;&lt;P&gt;This prevents execution of subsequent data modification statements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dirty data is ....there were scrambled code or invisible characters in the source data...so failed to load...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My solution is to extract dirty data and process them seprately.But we have more than 3000 tables.It costs too much...Do you have any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank u very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2020 03:51:50 GMT</pubDate>
    <dc:creator>zdk</dc:creator>
    <dc:date>2020-01-08T03:51:50Z</dc:date>
    <item>
      <title>data conversion error when persist SAS data to hive</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/data-conversion-error-when-persist-SAS-data-to-hive/m-p/615842#M18622</link>
      <description>&lt;P&gt;When I persisted SAS data to hive,there was some dirty data in .sas7bdat file.Due to this error,the execution stopped.How can I deal with these dirty data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;hivelib.cars (COLUMN_DELIMITER =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'|'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;locallib.cars;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Data&amp;nbsp; conversion error on column 'xxx',&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 02:15:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/data-conversion-error-when-persist-SAS-data-to-hive/m-p/615842#M18622</guid>
      <dc:creator>zdk</dc:creator>
      <dc:date>2020-01-08T02:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: data conversion error when persist SAS data to hive</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/data-conversion-error-when-persist-SAS-data-to-hive/m-p/615845#M18623</link>
      <description>&lt;P&gt;Depends on what type of 'dirty' and how they're dirty.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide more details.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/305992"&gt;@zdk&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;When I persisted SAS data to hive,there was some dirty data in .sas7bdat file.Due to this error,the execution stopped.How can I deal with these dirty data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;hivelib.cars (COLUMN_DELIMITER =&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;'|'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;locallib.cars;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Data&amp;nbsp; conversion error on column 'xxx',&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 03:25:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/data-conversion-error-when-persist-SAS-data-to-hive/m-p/615845#M18623</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-08T03:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: data conversion error when persist SAS data to hive</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/data-conversion-error-when-persist-SAS-data-to-hive/m-p/615850#M18624</link>
      <description>&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;the error :data conversion error on column 'xxx' ,row xxx&lt;/P&gt;&lt;P&gt;note :due to errors above,SAS set option OBS=0,enabling syntax check mode.&lt;/P&gt;&lt;P&gt;This prevents execution of subsequent data modification statements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dirty data is ....there were scrambled code or invisible characters in the source data...so failed to load...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My solution is to extract dirty data and process them seprately.But we have more than 3000 tables.It costs too much...Do you have any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank u very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 03:51:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/data-conversion-error-when-persist-SAS-data-to-hive/m-p/615850#M18624</guid>
      <dc:creator>zdk</dc:creator>
      <dc:date>2020-01-08T03:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: data conversion error when persist SAS data to hive</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/data-conversion-error-when-persist-SAS-data-to-hive/m-p/615851#M18625</link>
      <description>First, ensure your encoding is set to the same across your two systems and is correct for your data. Then if it's the same, you have to clean your data. There really isn't any way around that. &lt;BR /&gt;&lt;BR /&gt;However, the COMPRESS() function allows you remove invisible white characters. You could apply it to all your character strings and remove any invisible characters but that won't deal with the 'scrambled code', whatever that means.</description>
      <pubDate>Wed, 08 Jan 2020 04:02:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/data-conversion-error-when-persist-SAS-data-to-hive/m-p/615851#M18625</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-08T04:02:08Z</dc:date>
    </item>
  </channel>
</rss>

