<?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: tFileInputMail Issue with Omniture Email Attachments in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-Issue-with-Omniture-Email-Attachments/m-p/2295168#M67979</link>
    <description>Hi&lt;BR /&gt;Could you upload screenshots about issue?&lt;BR /&gt;Or we may misunderstand what you mean.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
    <pubDate>Wed, 11 Apr 2012 08:04:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-04-11T08:04:43Z</dc:date>
    <item>
      <title>tFileInputMail Issue with Omniture Email Attachments</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-Issue-with-Omniture-Email-Attachments/m-p/2295167#M67978</link>
      <description>It appears as though iFileInputMail cannot handle the way that Omniture embeds email attachments (MS Excel Files). Typically, tFileInputMail has no issue with the following format: 
&lt;BR /&gt;=============================== 
&lt;BR /&gt; --0015175d095411705604bd5487c5 
&lt;BR /&gt; Content-Disposition: ATTACHMENT; 
&lt;BR /&gt; filename="ACME daily Report.xls" 
&lt;BR /&gt;Content-Type: APPLICATION/VND.MS-EXCEL; 
&lt;BR /&gt; name="ACME daily Report.xls" 
&lt;BR /&gt;Content-Transfer-Encoding: BASE64 
&lt;BR /&gt;=============================== 
&lt;BR /&gt; 
&lt;BR /&gt;However, with the following, perfectly legal format, the attachment is never attached... 
&lt;BR /&gt;=============================== 
&lt;BR /&gt;Content-Disposition: ATTACHMENT; 
&lt;BR /&gt; filename*0="Tracking Code Report for ACME European Rollup - Sat. 31 Mar. "; 
&lt;BR /&gt; filename*1="2012 - Fri. 6 Apr. 2012.xls" 
&lt;BR /&gt;Content-Type: APPLICATION/VND.MS-EXCEL; 
&lt;BR /&gt; charset=UTF-8; 
&lt;BR /&gt; name*0="Tracking Code Report for ACME European Rollup - Sat. 31 Mar. "; 
&lt;BR /&gt; name*1="2012 - Fri. 6 Apr. 2012.xls" 
&lt;BR /&gt;Content-Transfer-Encoding: BASE64 
&lt;BR /&gt;=============================== 
&lt;BR /&gt;The second format can be read in GMail just fine, but not in Mac Mail or by the tFileInputMail components. 
&lt;BR /&gt;Does anyone have a workaround?</description>
      <pubDate>Tue, 10 Apr 2012 21:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-Issue-with-Omniture-Email-Attachments/m-p/2295167#M67978</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2012-04-10T21:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail Issue with Omniture Email Attachments</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-Issue-with-Omniture-Email-Attachments/m-p/2295168#M67979</link>
      <description>Hi&lt;BR /&gt;Could you upload screenshots about issue?&lt;BR /&gt;Or we may misunderstand what you mean.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 11 Apr 2012 08:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-Issue-with-Omniture-Email-Attachments/m-p/2295168#M67979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-11T08:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail Issue with Omniture Email Attachments</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-Issue-with-Omniture-Email-Attachments/m-p/2295169#M67980</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi&lt;BR /&gt;Could you upload screenshots about issue?&lt;BR /&gt;Or we may misunderstand what you mean.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi Pedro,
&lt;BR /&gt;I'm not sure what this screenshot will tell you, but I'm testing the reference design in the component reference...
&lt;BR /&gt;tPop --&amp;gt; iFileList --&amp;gt; tFileInputMail
&lt;BR /&gt;For emails that only use "filename" to identify the file in the Content-Disposition detach just fine. The emails that use "filename*0" and "filename*1" to identify the file in the Content-Disposition are not detached at all. It appears that tFileInputMail cannot handle the "filename*" identifiers.</description>
      <pubDate>Wed, 11 Apr 2012 13:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-Issue-with-Omniture-Email-Attachments/m-p/2295169#M67980</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2012-04-11T13:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputMail Issue with Omniture Email Attachments</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-Issue-with-Omniture-Email-Attachments/m-p/2295170#M67981</link>
      <description>Hi ,
&lt;BR /&gt;I am having same issuue .
&lt;BR /&gt;I need to fetch attachment file name .
&lt;BR /&gt;Can anyone tell me how to do that ?
&lt;BR /&gt;I am using tPop--&amp;gt;tFileList--&amp;gt;tFileInputMail 
&lt;BR /&gt;I am waiting for response 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Could you upload screenshots about issue?&lt;BR /&gt;Or we may misunderstand what you mean.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi Pedro,
&lt;BR /&gt;I'm not sure what this screenshot will tell you, but I'm testing the reference design in the component reference...
&lt;BR /&gt;tPop --&amp;gt; iFileList --&amp;gt; tFileInputMail
&lt;BR /&gt;For emails that only use "filename" to identify the file in the Content-Disposition detach just fine. The emails that use "filename*0" and "filename*1" to identify the file in the Content-Disposition are not detached at all. It appears that tFileInputMail cannot handle the "filename*" identifiers.</description>
      <pubDate>Wed, 08 Aug 2012 13:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputMail-Issue-with-Omniture-Email-Attachments/m-p/2295170#M67981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-08T13:05:41Z</dc:date>
    </item>
  </channel>
</rss>

