<?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: [resolved] Input Delimited File Multiple Field Separators in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347475#M114728</link>
    <description>Hi, 
&lt;BR /&gt;Have you already clicked "Sync columns" in tjavaRow? Is there any error line when you switch to "Code" mode?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Mon, 21 Jul 2014 10:14:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-21T10:14:08Z</dc:date>
    <item>
      <title>[resolved] Input Delimited File Multiple Field Separators</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347468#M114721</link>
      <description>Hey everyone, 
&lt;BR /&gt;In Excel it's possible to specify more than 1 column separator when you convert the text of a CSV file to columns, like , or ; or you can even specify a separator on your own. 
&lt;BR /&gt;Now the question I have is this: is it possible to have multiple field separators in a Delimited Input File component? I am currently using ";", but I'd like to have "|" as well. Any ideas? 
&lt;BR /&gt;Thanks! 
&lt;BR /&gt;Cihan</description>
      <pubDate>Sat, 16 Nov 2024 11:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347468#M114721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Input Delimited File Multiple Field Separators</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347469#M114722</link>
      <description>Hello... You mean, have 2 delimiters in a file at the same time? Either ";" or "|"?</description>
      <pubDate>Thu, 17 Jul 2014 14:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347469#M114722</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-07-17T14:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Input Delimited File Multiple Field Separators</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347470#M114723</link>
      <description>Yes, in the same file, ";" and "|". I want to use both.
&lt;BR /&gt;You can do it in Excel and I would like to know if you can use more than 1 field separator in Talend.
&lt;BR /&gt;Thank you!</description>
      <pubDate>Thu, 17 Jul 2014 14:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347470#M114723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-17T14:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Input Delimited File Multiple Field Separators</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347471#M114724</link>
      <description>design job like below this will solve your problem. 
&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;tFileInputfullRow-----tjavaRow----tExtractDelimitedField-------Main---YourOutput.&lt;BR /&gt;1. inTjavaRow generate code and write below statement. &lt;BR /&gt;output_row.line = input_row.line.replace("|", ";");&lt;BR /&gt;2. configure tExtractDelimitedField field component with filed-separator =";" and then add schema for same.&lt;/PRE&gt;
&lt;BR /&gt;this way you don`t need to wary about more than on delimiter.</description>
      <pubDate>Fri, 18 Jul 2014 07:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347471#M114724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-18T07:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Input Delimited File Multiple Field Separators</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347472#M114725</link>
      <description>Sorry for the late reply, because of the weekend + forum maintenance.&lt;BR /&gt;I have redesigned my job according to your message, but I'm getting the following error at the tJavaRow component:&lt;BR /&gt;"line cannot be resolved or is not a field"&lt;BR /&gt;When I check the schema of my tFileInputFullRow, my column is designated as "line", but somehow it doesn't get recognised.&lt;BR /&gt;Any ideas?</description>
      <pubDate>Mon, 21 Jul 2014 09:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347472#M114725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T09:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Input Delimited File Multiple Field Separators</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347473#M114726</link>
      <description>Hi cihanc83,&lt;BR /&gt;&lt;BR /&gt;Did you use "Main" row between tFileInputFullRow and tjavarow? Would you mind uploading your job workflow screenshot into forum?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 21 Jul 2014 09:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347473#M114726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T09:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Input Delimited File Multiple Field Separators</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347474#M114727</link>
      <description>Here is my screenshot (please ignore the deactivated job, that is the old one): 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEaJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155329i134B2D26F7D9D3F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEaJ.png" alt="0683p000009MEaJ.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;By the way, I love the new forum features, especially for uploading files and screenshots. They seem more intuitive now.</description>
      <pubDate>Mon, 21 Jul 2014 10:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347474#M114727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T10:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Input Delimited File Multiple Field Separators</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347475#M114728</link>
      <description>Hi, 
&lt;BR /&gt;Have you already clicked "Sync columns" in tjavaRow? Is there any error line when you switch to "Code" mode?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 21 Jul 2014 10:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347475#M114728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T10:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Input Delimited File Multiple Field Separators</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347476#M114729</link>
      <description>Thanks everyone, that did it!</description>
      <pubDate>Mon, 21 Jul 2014 10:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Input-Delimited-File-Multiple-Field-Separators/m-p/2347476#M114729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-21T10:45:18Z</dc:date>
    </item>
  </channel>
</rss>

