<?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: Problem with tFileOutputExcel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322518#M92454</link>
    <description>In case of Excel I feel it as always better to have string type for all the output columns.&lt;BR /&gt;Date and decimal formats by Excel creates problem.&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Pravu Mishra.</description>
    <pubDate>Mon, 14 Sep 2009 13:05:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-09-14T13:05:32Z</dc:date>
    <item>
      <title>Problem with tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322515#M92451</link>
      <description>Hi all,&lt;BR /&gt;I am having a problem with tFileOutputExcel. I want to output a date (from tAccessInput)- but when I attempt to do this, I get the following error:&lt;BR /&gt;"wf_tFileOutputExcel_1 cannot be resolved: &lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem: &lt;BR /&gt;	wf_tFileOutputExcel_1 cannot be resolved&lt;BR /&gt;	at cms_project.teme_0_1.Teme.tAccessInput_1Process(Teme.java:461)&lt;BR /&gt;	at cms_project.teme_0_1.Teme.runJobInTOS(Teme.java:881)&lt;BR /&gt;	at cms_project.teme_0_1.Teme.main(Teme.java:802)" &lt;BR /&gt;I am fairly new to Talend and am unsure of how to resolve this.&lt;BR /&gt;However, when i use a tLogRow instead of the tFileOutputExcel, the output is correct.&lt;BR /&gt;Please help - much appreciated!</description>
      <pubDate>Sat, 16 Nov 2024 13:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322515#M92451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322516#M92452</link>
      <description>Please see the generated code and go to the line which creates compilation error and hope you can solve thr problem.&lt;BR /&gt;To see the code please click on the tab that appears at the right hand side of the "Designer' tab in the design pane of TOS.&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Pravu Mishra.</description>
      <pubDate>Mon, 14 Sep 2009 12:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322516#M92452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-14T12:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322517#M92453</link>
      <description>Thanks! I have just worked it out - I did the following:
&lt;BR /&gt;TalendDate.formatDateLocale("yyyy/MM/dd",row1.TempDate,"EN") 
&lt;BR /&gt;This resolves my problem - but there is still one question for me which is: Do all fields on a tFileOutputExcel always have to be String on the relevant schema? My jobs always throw errors when I attempt to use anything other than String...</description>
      <pubDate>Mon, 14 Sep 2009 12:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322517#M92453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-14T12:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322518#M92454</link>
      <description>In case of Excel I feel it as always better to have string type for all the output columns.&lt;BR /&gt;Date and decimal formats by Excel creates problem.&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Pravu Mishra.</description>
      <pubDate>Mon, 14 Sep 2009 13:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322518#M92454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-14T13:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322519#M92455</link>
      <description>U have to specify a date format, in the schema u send to Excel because Excel mixes data and their display.&lt;BR /&gt;If U don't, u should get this kind of Exception :&lt;BR /&gt;Exception in component tFileOutputExcel_1&lt;BR /&gt;java.lang.RuntimeException: Date pattern must be set for column dateNaissance in the schema of component tFileOutputExcel_1!</description>
      <pubDate>Mon, 14 Sep 2009 13:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322519#M92455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-14T13:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322520#M92456</link>
      <description>Morbo, even when I do this, I get the 'wf_tFileOutputExcel_1 cannot be resolved' error. I am using TOS 3.0.4</description>
      <pubDate>Mon, 14 Sep 2009 13:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322520#M92456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-14T13:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322521#M92457</link>
      <description>All, I have now worked out why i was getting the 'wf_tFileOutputExcel_1 cannot be resolved' error. Having checked the Java (and not being a Java expert by any means) I managed to work out that it is because within tFileOutputExcel, the font format was set to none. Therefore, when it compiles, it fails.&lt;BR /&gt;For a newbie, this is baffling (I have wasted a lot of time trying to work it out). Can I make a suggestion that a default is set on the actual tFileOutputExcel so that this error does not occur?</description>
      <pubDate>Mon, 14 Sep 2009 14:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-tFileOutputExcel/m-p/2322521#M92457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-14T14:18:11Z</dc:date>
    </item>
  </channel>
</rss>

