<?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: Issue with Google Bigquery  date type in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372314#M135166</link>
    <description>Is there a fix for this yet?</description>
    <pubDate>Fri, 19 Apr 2019 17:07:59 GMT</pubDate>
    <dc:creator>sayzol</dc:creator>
    <dc:date>2019-04-19T17:07:59Z</dc:date>
    <item>
      <title>Issue with Google Bigquery  date type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372307#M135159</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Hi community,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;With &lt;SPAN&gt;Talend Open Studio for Big Data (Version: 6.4.1), I&lt;/SPAN&gt;&amp;nbsp;succeed in loading&amp;nbsp;a file from Google cloud storage&amp;nbsp; (or flat file) to a Bigquery table with tBigQueryOutput.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;Nethertheless, the date fields are loaded in a Bigquery &lt;SPAN&gt;TIMESTAMP type or a STRING type.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT size="2"&gt;I do not succeed to load a date field in a Bigquery &lt;U&gt;DATE&lt;/U&gt; type.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;I tried different ways with SQL instructions (parse_date...),&amp;nbsp; or with tJava, or with tMap to transform the fields in the correct format.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;But at the end, Talend loading in a Bigquery timestamp type or string type, but not in Bigquery date type.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Have you ever encountered this problem ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Do you have a solution, please ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Thanks&amp;amp;regards,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2" color="#000000"&gt;Gilles&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;&amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372307#M135159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Bigquery  date type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372308#M135160</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Talend supports the same data types than Big Query: &lt;A class="external-link" href="https://cloud.google.com/bigquery/preparing-data-for-bigquery#datatypes" rel="nofollow noopener noreferrer" target="_blank"&gt;https://cloud.google.com/bigquery/preparing-data-for-bigquery#datatypes&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Have you tried to insert a tMap into your flow and change the datatypes from the output flow to what BigQuery only allows? After that you have to convert the types with the assignment expressions or you could use the tConvertType component.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 10:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372308#M135160</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-13T10:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Bigquery  date type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372309#M135161</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yes, I tried to insert different components (tMap or tJava tConvertType, ...) and I succeed to change the date type as BigQuery allows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But at the end of the flow, when Talend loads data, the date type is a timestamp in Bigquery.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In my opinion, it is a&lt;/SPAN&gt;&lt;SPAN&gt; Talend issue which not distinguish Bigquery date type and timestamp type.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Gilles&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 15:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372309#M135161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-13T15:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Bigquery  date type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372310#M135162</link>
      <description>&lt;P&gt;I am running into the same issue.&amp;nbsp; Is there any solution for this?&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 23:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372310#M135162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-22T23:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Bigquery  date type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372311#M135163</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please have a look at this jira issue:&lt;A title="https://jira.talendforge.org/browse/TBD-3208" href="https://jira.talendforge.org/browse/TBD-3208" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TBD-3208&lt;/A&gt;?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 07:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372311#M135163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T07:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Bigquery  date type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372312#M135164</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue concerns the Bigquery data type DATE.&lt;/P&gt;&lt;P&gt;I don't see this data type&amp;nbsp;in the list and it is not&amp;nbsp;mentionned in the&amp;nbsp;answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Gilles&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 09:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372312#M135164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T09:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Bigquery  date type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372313#M135165</link>
      <description>&lt;P&gt;This issue still exists with version 7, Date datatype is converted into Timestamp&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 22:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372313#M135165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-30T22:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Bigquery  date type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372314#M135166</link>
      <description>Is there a fix for this yet?</description>
      <pubDate>Fri, 19 Apr 2019 17:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372314#M135166</guid>
      <dc:creator>sayzol</dc:creator>
      <dc:date>2019-04-19T17:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Bigquery  date type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372315#M135167</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Are you concerning more about Bigquery data type DATE? Are you trying to create a JDBC connection in metadata for BigQuery or use it in bigdata spark job?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 08:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372315#M135167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-23T08:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Bigquery  date type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372316#M135168</link>
      <description>&lt;P&gt;I'd like to push DATE data to Bigquery as a DATE datatype and not a TIMESTAMP so Bigquery queries don't have to be customized to exclude the time.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 17:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372316#M135168</guid>
      <dc:creator>sayzol</dc:creator>
      <dc:date>2019-07-19T17:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Google Bigquery  date type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372318#M135170</link>
      <description>&lt;P&gt;The goal is to store dates as type Date in BigQuery. This issue still exists, Date datatype is converted into Timestamp.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 12:44:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-with-Google-Bigquery-date-type/m-p/2372318#M135170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-24T12:44:21Z</dc:date>
    </item>
  </channel>
</rss>

