<?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: tBigQueryOuput ASCII issues in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryOuput-ASCII-issues/m-p/2281440#M55969</link>
    <description>&lt;P&gt;Try to change the Encoding to ISO-8859-15. I have succeed using this method.&lt;BR /&gt;Please let me know if the issue still exist.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="encoding.PNG" style="width: 497px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8K6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135734i6B0CDF2DD2379112/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8K6.png" alt="0683p000009M8K6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2019 04:10:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-03T04:10:01Z</dc:date>
    <item>
      <title>tBigQueryOuput ASCII issues</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryOuput-ASCII-issues/m-p/2281439#M55968</link>
      <description>&lt;P&gt;Morning,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was wondering if anyone can help or advise me on the issue which I am having.&lt;/P&gt;
&lt;P&gt;I have checked the forum and tried the solutions provided but have been unsuccessful.&lt;/P&gt;
&lt;P&gt;My issue is that when I try to load data from a csv into tBigQuery i get the Error: Bad Character (ASCII 0)&lt;/P&gt;
&lt;P&gt;The encoding setting is UTF_8, however, I have tried it with "custom" - "windows 1252" as it did not work with UTF-8 and also with IOS&lt;/P&gt;
&lt;P&gt;The csv file data type has been classed as string and then converted using tConvert to ensure the value pass through as string then converted, along with changing the advance setting of encoding and unfortunately still been unsuccessful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the errior message which i receive&lt;/P&gt;
&lt;P&gt;Exception in component tBigQueryOutput_1_tBQBE (jo_GCP_ORWHCART_CSV2BQ)&lt;/P&gt;
&lt;P&gt;java.lang.Exception: [{"location":"gs://jdis-dl-ods-csv-dev-temp/orwhcart_bulk.txt","message":"Error while reading data, error message: CSV table encountered too many errors, giving up. Rows: 234468; errors: 1. Please look into the errors[] collection for more details.","reason":"invalid"}, {"location":"gs://jdis-dl-ods-csv-dev-temp/orwhcart_bulk.txt","message":"Error while reading data, error message: Error detected while parsing row starting at position: 38484895. Error: Bad character (ASCII 0) encountered.","reason":"invalid"}, {"message":"You are loading data without specifying data format, data will be treated as CSV format by default. If this is not what you mean, please specify data format by --source_format.","reason":"invalid"}]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jdis_gcp.jo_gcp_orwhcart_csv2bq_0_1.jo_GCP_ORWHCART_CSV2BQ.tFileInputDelimited_1Process(jo_GCP_ORWHCART_CSV2BQ.java:6854)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jdis_gcp.jo_gcp_orwhcart_csv2bq_0_1.jo_GCP_ORWHCART_CSV2BQ.tJava_2Process(jo_GCP_ORWHCART_CSV2BQ.java:3395)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jdis_gcp.jo_gcp_orwhcart_csv2bq_0_1.jo_GCP_ORWHCART_CSV2BQ.tGSList_3Process(jo_GCP_ORWHCART_CSV2BQ.java:3108)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jdis_gcp.jo_gcp_orwhcart_csv2bq_0_1.jo_GCP_ORWHCART_CSV2BQ.tGSList_1Process(jo_GCP_ORWHCART_CSV2BQ.java:2616)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jdis_gcp.jo_gcp_orwhcart_csv2bq_0_1.jo_GCP_ORWHCART_CSV2BQ.runJobInTOS(jo_GCP_ORWHCART_CSV2BQ.java:14955)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jdis_gcp.jo_gcp_orwhcart_csv2bq_0_1.jo_GCP_ORWHCART_CSV2BQ.main(jo_GCP_ORWHCART_CSV2BQ.java:14631)&lt;/P&gt;
&lt;P&gt;ORA-12899: value too large for column "TAL_AMC_V7"."TLOGCATCHER"."MESSAGE" (actual: 746, maximum: 255)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ACSII character which is causing the issue is the "NULL" (&lt;SPAN&gt;ASCII code 00)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I ma not sure how to overcome this issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please any help or advise would be appreciated. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryOuput-ASCII-issues/m-p/2281439#M55968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryOuput ASCII issues</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryOuput-ASCII-issues/m-p/2281440#M55969</link>
      <description>&lt;P&gt;Try to change the Encoding to ISO-8859-15. I have succeed using this method.&lt;BR /&gt;Please let me know if the issue still exist.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="encoding.PNG" style="width: 497px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8K6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135734i6B0CDF2DD2379112/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8K6.png" alt="0683p000009M8K6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 04:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryOuput-ASCII-issues/m-p/2281440#M55969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-03T04:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryOuput ASCII issues</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryOuput-ASCII-issues/m-p/2281441#M55970</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMDSAA4"&gt;@sinuraterickh&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your respond.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried IOS-8859-15 encoding and no look.&lt;/P&gt;
&lt;P&gt;I have tried the available encoding and not been successful as yet.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 08:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryOuput-ASCII-issues/m-p/2281441#M55970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-03T08:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: tBigQueryOuput ASCII issues</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tBigQueryOuput-ASCII-issues/m-p/2281442#M55971</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;@&lt;SPAN class="UserName lia-user-name lia-user-rank-Moderator lia-component-message-view-widget-author-username"&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC" target="_self"&gt;@xdshi&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Have you come across the below issue?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 09:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tBigQueryOuput-ASCII-issues/m-p/2281442#M55971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-03T09:05:23Z</dc:date>
    </item>
  </channel>
</rss>

