<?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: Map ENUM field from CSV to MySQL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Map-ENUM-field-from-CSV-to-MySQL/m-p/2267928#M46654</link>
    <description>A MySQL ENUM field is a field which contains one string and in the metadata of the table are declared so called ENUMs - which means actually a fix list of possible values. A enum column does not hold more than one value at once!
&lt;BR /&gt;Your use case, storing a list of languages the customer (?) speaks has nothing to do with enums. You should simply write the languages comma separated and thats it.</description>
    <pubDate>Sat, 15 Mar 2014 13:46:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-15T13:46:40Z</dc:date>
    <item>
      <title>Map ENUM field from CSV to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Map-ENUM-field-from-CSV-to-MySQL/m-p/2267925#M46651</link>
      <description>Hi,
&lt;BR /&gt;I have a CSV like this.
&lt;BR /&gt;"Mobile","Home Phone","Email","Languages Spoken"
&lt;BR /&gt;2564589658,4589653259,support@gmail.com,English;Spanish;Russian
&lt;BR /&gt;The field "Languages Spoken" has a multi-enum drop-down list.
&lt;BR /&gt;I am using basic tMap to import the data. 
&lt;BR /&gt;If I select type as List in CSV it does not work.
&lt;BR /&gt;Can someone please help.
&lt;BR /&gt;Thanx in advance.
&lt;BR /&gt;John</description>
      <pubDate>Fri, 14 Mar 2014 11:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Map-ENUM-field-from-CSV-to-MySQL/m-p/2267925#M46651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-14T11:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Map ENUM field from CSV to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Map-ENUM-field-from-CSV-to-MySQL/m-p/2267926#M46652</link>
      <description>Hi John,&lt;BR /&gt;After looking at your data, I found that columns are ","separated. And your enum data is ";" separated. If you execute with same configuration and read the metadata, automatically the column "Languages Spoken" would contain all the enum fields. &lt;BR /&gt;Keeping the datatype for "Languages Spoken" column to string would solve your purpose.&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 14 Mar 2014 12:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Map-ENUM-field-from-CSV-to-MySQL/m-p/2267926#M46652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-14T12:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Map ENUM field from CSV to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Map-ENUM-field-from-CSV-to-MySQL/m-p/2267927#M46653</link>
      <description>Hi Vaibhav, 
&lt;BR /&gt;Firstly thanx for the reply and my apologies; I've not mentioned the full scope of import. 
&lt;BR /&gt;Basically it's a CSV to SugarCRM import. 
&lt;BR /&gt;Therefore the (input) CSV fields are ';' separated (for "Languages Spoken"). However the output needs to be in another format - as below: 
&lt;BR /&gt;"Mobile","Home Phone","Email","Languages Spoken" 
&lt;BR /&gt;2564589658,4589653259,support@gmail.com,^English^,^Spanish^,^Russian^ 
&lt;BR /&gt;So it's basically a conversion of the string that is needed. I'm presuming an additional filter step is required? 
&lt;BR /&gt;Thanx in advance. 
&lt;BR /&gt;John</description>
      <pubDate>Sat, 15 Mar 2014 07:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Map-ENUM-field-from-CSV-to-MySQL/m-p/2267927#M46653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-15T07:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Map ENUM field from CSV to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Map-ENUM-field-from-CSV-to-MySQL/m-p/2267928#M46654</link>
      <description>A MySQL ENUM field is a field which contains one string and in the metadata of the table are declared so called ENUMs - which means actually a fix list of possible values. A enum column does not hold more than one value at once!
&lt;BR /&gt;Your use case, storing a list of languages the customer (?) speaks has nothing to do with enums. You should simply write the languages comma separated and thats it.</description>
      <pubDate>Sat, 15 Mar 2014 13:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Map-ENUM-field-from-CSV-to-MySQL/m-p/2267928#M46654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-15T13:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Map ENUM field from CSV to MySQL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Map-ENUM-field-from-CSV-to-MySQL/m-p/2267929#M46655</link>
      <description>Hey Jan, 
&lt;BR /&gt;Thanx for the reply. 
&lt;BR /&gt;Actually it's a multi-enum field in SugarCRM. 
&lt;BR /&gt;I got the answer here. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCklCCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/How-to-Replace-quot-quot-with-null-or-Character/td-p/75747&lt;/A&gt; 
&lt;BR /&gt;Thanx all for your help. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;John</description>
      <pubDate>Tue, 18 Mar 2014 06:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Map-ENUM-field-from-CSV-to-MySQL/m-p/2267929#M46655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-18T06:03:35Z</dc:date>
    </item>
  </channel>
</rss>

