<?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: output file with .csv format in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278042#M53628</link>
    <description>&lt;P&gt;I meant for csv file to look like the example I have mentioned. I&amp;nbsp;think tFileOutputPositional will not fulfill my requirement.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Nov 2018 13:29:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-27T13:29:40Z</dc:date>
    <item>
      <title>output file with .csv format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278039#M53625</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing an issue. I want to save file .csv extension but not the columns separated with delimiter. I want every column to be in different cell.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;I want&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Age&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;But, using tFileDelimited component, I am getting as&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;NameAge&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABC12&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know, this is possible by creating excel file, but I want csv file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suneel.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278039#M53625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: output file with .csv format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278040#M53626</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A cell is not&amp;nbsp;plain text csv. Do you mean to output to Excel (tFileOutputExcel) or do you mean outputting a readable format like with tFileOutputPositional?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 11:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278040#M53626</guid>
      <dc:creator>Aukema</dc:creator>
      <dc:date>2018-11-27T11:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: output file with .csv format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278041#M53627</link>
      <description>By default, tFileOutputDelimited uses a semi-colon ( 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; for the delimiter. If you save the file as a .csv, then open it in Excel, it expects the delimiter to be a comma, and you will see all your data in one cell. Try changing the delimiter in the component to a comma and see if that fixes the problem.</description>
      <pubDate>Tue, 27 Nov 2018 13:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278041#M53627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-27T13:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: output file with .csv format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278042#M53628</link>
      <description>&lt;P&gt;I meant for csv file to look like the example I have mentioned. I&amp;nbsp;think tFileOutputPositional will not fulfill my requirement.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 13:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278042#M53628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-27T13:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: output file with .csv format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278043#M53629</link>
      <description>&lt;P&gt;Thanks..!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This solved my problem.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 13:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278043#M53629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-27T13:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: output file with .csv format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278044#M53630</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Choosing comma as delimeter solved my problem. But, if the input data column has comma in it, it is treating as seperate data. I mean if the data is like ABC, DEF which is a single string is treated as two different columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I get solution to this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suneel.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 11:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278044#M53630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-13T11:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: output file with .csv format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278045#M53631</link>
      <description>If the input file is properly wrapping data elements that contain the delimiter in quotes or some other enclosing character(s) in the "Text enclosure" setting of tFileInputDelimited.
&lt;BR /&gt;
&lt;BR /&gt;For a standard quote enclosure, I use "\"" as my setting.
&lt;BR /&gt;
&lt;BR /&gt;If your input file does not enclose text strings containing a delimiter, this is an error that will need to be addressed at the source of the file.</description>
      <pubDate>Thu, 13 Dec 2018 20:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278045#M53631</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2018-12-13T20:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: output file with .csv format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278046#M53632</link>
      <description>&lt;P&gt;8904ghxhteyrteyt4r2q83w-&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 12:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278046#M53632</guid>
      <dc:creator>Tseelee</dc:creator>
      <dc:date>2020-11-15T12:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: output file with .csv format</title>
      <link>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278047#M53633</link>
      <description>&lt;P&gt;hello&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 12:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/output-file-with-csv-format/m-p/2278047#M53633</guid>
      <dc:creator>Tseelee</dc:creator>
      <dc:date>2020-11-15T12:11:58Z</dc:date>
    </item>
  </channel>
</rss>

