<?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: Couldn't parse value for column in tFileInputDelimited in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239484#M27256</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLHOAA4"&gt;@wakkieeeeee&lt;/A&gt;&amp;nbsp;,with the below expression you can handle i have tested. input data type is sting and the ouput is date with&amp;nbsp;"yyyy-MM-dd HH:mm:ss" format.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row3.newColumn1.replace("/N","NULL").equals("NULL")?null:TalendDate.parseDate("yyyy-MM-dd HH:mm:ss",row3.newColumn1 )&lt;/P&gt;</description>
    <pubDate>Mon, 04 Feb 2019 06:40:28 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2019-02-04T06:40:28Z</dc:date>
    <item>
      <title>Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239474#M27246</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm trying to get 2 TSV data from S3 and unite them into one file.&lt;/P&gt; 
&lt;P&gt;But, when reading the file with&amp;nbsp;tFileInputDelimited, I've got the error below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;ジョブ Lyr1_Intg001_SJ_gaw_m_supplier を 13:14 04/02/2019 に開始しました。&lt;BR /&gt;[statistics] connecting to socket on port 3504&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;[ERROR]: dwh_poc_project.lyr1_intg001_sj_gaw_m_supplier_0_1.Lyr1_Intg001_SJ_gaw_m_supplier - tFileInputDelimited_1 - Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;[ERROR]: dwh_poc_project.lyr1_intg001_sj_gaw_m_supplier_0_1.Lyr1_Intg001_SJ_gaw_m_supplier - tFileInputDelimited_1 - Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;[ERROR]: dwh_poc_project.lyr1_intg001_sj_gaw_m_supplier_0_1.Lyr1_Intg001_SJ_gaw_m_supplier - tFileInputDelimited_1 - Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;[ERROR]: dwh_poc_project.lyr1_intg001_sj_gaw_m_supplier_0_1.Lyr1_Intg001_SJ_gaw_m_supplier - tFileInputDelimited_1 - Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;[ERROR]: dwh_poc_project.lyr1_intg001_sj_gaw_m_supplier_0_1.Lyr1_Intg001_SJ_gaw_m_supplier - tFileInputDelimited_1 - Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;[ERROR]: dwh_poc_project.lyr1_intg001_sj_gaw_m_supplier_0_1.Lyr1_Intg001_SJ_gaw_m_supplier - tFileInputDelimited_1 - Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;BR /&gt;[ERROR]: dwh_poc_project.lyr1_intg001_sj_gaw_m_supplier_0_1.Lyr1_Intg001_SJ_gaw_m_supplier - tFileInputDelimited_1 - Couldn't parse value for column 'upd_bat_time' in 'row3', value is '\N'. Details: java.lang.RuntimeException: Unparseable date: "\N"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The data I'm using is the below. This is the record of the file.&amp;nbsp;The 'upd_bat_time' is the red letters.&lt;/P&gt; 
&lt;P&gt;JKT 0SGP ENG \N MSGP IDRM SGD \N 0 \N 331 xxxxx xxxxxx ROAD #xx-xx xxxxx TOWERS xxxxxxxxxx xxxxxx \N \N \N \N \N \N \N \N \N \N \N xxxx SOUTH EAST ASIA xxx LTD \N \N \N \N \N \N \N \N \N +xx-x xxxx xxxx +xx-x xxx xxxx \N 0 \N 112 \N \N \N \N \N \N \N \N \N \N 188720 \N 02 \N FOB \N \N \N \N \N SBBBB SGP 0 0 \N dummy@mail.xxxxxx.co.jp SAAAA 0 0 IKOU 2016-01-10 17:09:33 2016-01-10 15:09:33 2016-01-10 17:09:33 PWC_MO IKOU 2016-01-10 17:09:33 2016-01-10 15:09:33 2016-01-10 17:09:33 PWC_MO 2016-01-11 07:31:32 &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;\N&lt;/STRONG&gt;&lt;/FONT&gt; \N&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I defined the general schema and set the colume as DATE, and allowed NOT NULL.&lt;/P&gt; 
&lt;P&gt;What should I do this matter?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is very stupid question.&lt;/P&gt; 
&lt;P&gt;But I'm struggling with this for over 1 hour.&lt;/P&gt; 
&lt;P&gt;Can anyone help me?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can someone understand&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239474#M27246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239475#M27247</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLHOAA4"&gt;@wakkieeeeee&lt;/A&gt;&amp;nbsp;,your data is coming other than the date format what you have specified in the Schme.&lt;/P&gt;
&lt;P&gt;Since i will suggest you to write it to tLogrow by specifying the sting data type and see the data how are you getting.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 05:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239475#M27247</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-02-04T05:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239476#M27248</link>
      <description>&lt;P&gt;Hi&amp;nbsp;manodwhb&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Thank you for your suggestion.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I looked into the data with tLogRow.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I mentioned, I defined The "upd_bat_time" column&amp;nbsp; as DATE, and the pattern is like&lt;/P&gt;
&lt;P&gt;"yyyy-MM-dd' 'HH:mm:ss"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The actual data with tLogRow is below.&lt;/P&gt;
&lt;P&gt;2018-11-14 17:53:24&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I defined the DATE patten suited to the actual data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 05:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239476#M27248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-04T05:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239477#M27249</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLHOAA4"&gt;@wakkieeeeee&lt;/A&gt;&amp;nbsp;,that date format is correct ,may be you need to verify for all the rows are you getting in same format or not.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 05:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239477#M27249</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-02-04T05:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239478#M27250</link>
      <description>&lt;P&gt;The second columns from the end of rows is "upd_bat_time".&lt;/P&gt;
&lt;P&gt;It looks good..&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuQW"&gt;tLogRow.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 04 Feb 2019 05:34:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239478#M27250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-04T05:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239479#M27251</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLHOAA4"&gt;@wakkieeeeee&lt;/A&gt;&amp;nbsp;,after tlogrow ,use tmap to covert that column form sting to date ,then you will get to know to which row you may have issue.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 05:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239479#M27251</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-02-04T05:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239480#M27252</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Manohar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I looked into the actual data on Amazon S3, and I found that the some of the rows in the data includes null data like '\N'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is this the cause of problem??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Later, as you mentioned, I will try to tMap.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LuVN"&gt;actual data.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 04 Feb 2019 05:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239480#M27252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-04T05:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239481#M27253</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLHOAA4"&gt;@wakkieeeeee&lt;/A&gt;&amp;nbsp;,yes for the null data if you have \N,which you trying to convert to date then you will get&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;Unparseable date: "\N".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 05:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239481#M27253</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-02-04T05:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239482#M27254</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Manohar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your quick reply.&lt;/P&gt;&lt;P&gt;Thanks to you, I understand "\N" is the cause of this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, there are a lot of&amp;nbsp;&amp;nbsp;"\N" character as null in the original data.&lt;/P&gt;&lt;P&gt;How do I handle this character?&lt;/P&gt;&lt;P&gt;Should I define the date columns as "STRING" for the general schema, and then I have to convert then into "DATE" with tMap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 06:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239482#M27254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-04T06:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239483#M27255</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLHOAA4"&gt;@wakkieeeeee&lt;/A&gt;&amp;nbsp;,first read that column as sting and in the tmap replace /N with null&amp;nbsp; and then convert that field is not null then sting to date format conversion else null.this way you will not face issue.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 06:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239483#M27255</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-02-04T06:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239484#M27256</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLHOAA4"&gt;@wakkieeeeee&lt;/A&gt;&amp;nbsp;,with the below expression you can handle i have tested. input data type is sting and the ouput is date with&amp;nbsp;"yyyy-MM-dd HH:mm:ss" format.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row3.newColumn1.replace("/N","NULL").equals("NULL")?null:TalendDate.parseDate("yyyy-MM-dd HH:mm:ss",row3.newColumn1 )&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 06:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239484#M27256</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-02-04T06:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239485#M27257</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Manohar,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you for your sample.&lt;/P&gt; 
&lt;P&gt;I defined as below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&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="tmap image01.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1zy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155434i13AF64EE3FFA488F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1zy.png" alt="0683p000009M1zy.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&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="tmap image02.PNG" style="width: 843px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2Om.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129151i953092812C47C3C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2Om.png" alt="0683p000009M2Om.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But, another error occurred..&lt;/P&gt; 
&lt;P&gt;ジョブ sample_01 を 16:34 04/02/2019 に開始しました。&lt;BR /&gt;[statistics] connecting to socket on port 3992&lt;BR /&gt;[statistics] connected&lt;BR /&gt;java.lang.StringIndexOutOfBoundsException: String index out of range: 4&lt;BR /&gt;at java.lang.String.substring(String.java:1963)&lt;BR /&gt;at routines.system.FastDateParser$DateTimeParser.parse(FastDateParser.java:206)&lt;BR /&gt;at java.text.DateFormat.parse(DateFormat.java:364)&lt;BR /&gt;at routines.TalendDate.parseDate(TalendDate.java:916)&lt;BR /&gt;at routines.TalendDate.parseDate(TalendDate.java:874)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.tFileInputDelimited_1Process(sample_01.java:6612)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.tS3Get_1Process(sample_01.java:745)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.tS3Connection_1Process(sample_01.java:527)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.runJobInTOS(sample_01.java:7619)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.main(sample_01.java:7445)&lt;BR /&gt;Exception in component tMap_1 (sample_01)&lt;BR /&gt;java.lang.RuntimeException: java.text.ParseException: Unparseable date: "\N"&lt;BR /&gt;at routines.TalendDate.parseDate(TalendDate.java:930)&lt;BR /&gt;at routines.TalendDate.parseDate(TalendDate.java:874)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.tFileInputDelimited_1Process(sample_01.java:6612)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.tS3Get_1Process(sample_01.java:745)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.tS3Connection_1Process(sample_01.java:527)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.runJobInTOS(sample_01.java:7619)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.main(sample_01.java:7445)&lt;BR /&gt;Caused by: java.text.ParseException: Unparseable date: "\N"&lt;BR /&gt;at java.text.DateFormat.parse(DateFormat.java:366)&lt;BR /&gt;at routines.TalendDate.parseDate(TalendDate.java:916)&lt;BR /&gt;... 6 more&lt;BR /&gt;[FATAL]: dwh_poc_project.sample_01_0_1.sample_01 - tMap_1 java.text.ParseException: Unparseable date: "\N"&lt;BR /&gt;java.lang.RuntimeException: java.text.ParseException: Unparseable date: "\N"&lt;BR /&gt;at routines.TalendDate.parseDate(TalendDate.java:930)&lt;BR /&gt;at routines.TalendDate.parseDate(TalendDate.java:874)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.tFileInputDelimited_1Process(sample_01.java:6612)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.tS3Get_1Process(sample_01.java:745)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.tS3Connection_1Process(sample_01.java:527)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.runJobInTOS(sample_01.java:7619)&lt;BR /&gt;at dwh_poc_project.sample_01_0_1.sample_01.main(sample_01.java:7445)&lt;BR /&gt;Caused by: java.text.ParseException: Unparseable date: "\N"&lt;BR /&gt;at java.text.DateFormat.parse(DateFormat.java:366)&lt;BR /&gt;at routines.TalendDate.parseDate(TalendDate.java:916)&lt;BR /&gt;... 6 more&lt;BR /&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;ジョブ sample_01 が 16:34 04/02/2019 に終了しました。 [終了コード=1]&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can you advise me to fix this..?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 07:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239485#M27257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-04T07:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239486#M27258</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLHOAA4"&gt;@wakkieeeeee&lt;/A&gt;&amp;nbsp;,you can ask the person who is placing the file in AmzonS3 bucket for the null values do not place \N ,so that when you were converting sting date you will not get issues.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;are you sure you are getting /N only for the null values,based on the error you may getting more than /N.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 07:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239486#M27258</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-02-04T07:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Couldn't parse value for column in tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239487#M27259</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLHOAA4"&gt;@wakkieeeeee&lt;/A&gt;&amp;nbsp;,check with below expression.&lt;/P&gt; 
&lt;P&gt;row3.newColumn1.replaceAll("\\\\N","NULL").equals("NULL")?null:TalendDate.parseDate("yyyy-MM-dd HH:mm:ss",row3.newColumn1 )&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 07:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Couldn-t-parse-value-for-column-in-tFileInputDelimited/m-p/2239487#M27259</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-02-04T07:55:07Z</dc:date>
    </item>
  </channel>
</rss>

