<?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>question Re: how to read csv have comma in cell and new line character as well in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288309#M213563</link>
    <description>&lt;P&gt;Right and Thank You. What format you suggest?&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jan 2020 20:05:58 GMT</pubDate>
    <dc:creator>Atif_Tariq_PK</dc:creator>
    <dc:date>2020-01-25T20:05:58Z</dc:date>
    <item>
      <title>how to read csv have comma in cell and new line character as well</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288258#M213529</link>
      <description>&lt;P&gt;how to read csv have comma in cell and new line character as well . like i have somme columns with description (hi,how are you).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;i am trying to read with spark in scala .&lt;/P&gt;
&lt;P&gt;please guide&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 22:54:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288258#M213529</guid>
      <dc:creator>Atif_Tariq_PK</dc:creator>
      <dc:date>2020-01-25T22:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to read csv have comma in cell and new line character as well</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288272#M213535</link>
      <description>&lt;P&gt;I would recommend not using CSV in your case. If you have commas in the fields then you can't really delimit them with commas because, as you have noticed, you will have field breaks in the middle of a field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you get the source data exported some other way?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 14:56:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288272#M213535</guid>
      <dc:creator>mridley</dc:creator>
      <dc:date>2020-01-24T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to read csv have comma in cell and new line character as well</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288287#M213548</link>
      <description>&lt;P&gt;Have you tried using openSerde In DDL?&lt;/P&gt;&lt;P&gt;Create Table tablename(columns)&lt;/P&gt;&lt;P&gt;ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.OpenCSVSerde';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 21:36:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288287#M213548</guid>
      <dc:creator>Manoj_hadoop</dc:creator>
      <dc:date>2020-01-24T21:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to read csv have comma in cell and new line character as well</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288309#M213563</link>
      <description>&lt;P&gt;Right and Thank You. What format you suggest?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 20:05:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288309#M213563</guid>
      <dc:creator>Atif_Tariq_PK</dc:creator>
      <dc:date>2020-01-25T20:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to read csv have comma in cell and new line character as well</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288310#M213564</link>
      <description>&lt;P&gt;actually, i am getting file from ftp and reading using spark. i didn't try to push directly to hive because some enrichment i have to made. this is a big problem for me.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 20:29:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288310#M213564</guid>
      <dc:creator>Atif_Tariq_PK</dc:creator>
      <dc:date>2020-01-25T20:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to read csv have comma in cell and new line character as well</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288311#M213565</link>
      <description>&lt;P&gt;do you think ? does it work if i copy file direct into mysql then replace commas and after read with spark?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 20:38:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288311#M213565</guid>
      <dc:creator>Atif_Tariq_PK</dc:creator>
      <dc:date>2020-01-25T20:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to read csv have comma in cell and new line character as well</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288327#M213577</link>
      <description>&lt;P&gt;Where is the data coming from? You could use a binary format like Avro or Parquet if your source system can export that way. If you MUST have a text file with a delimiter, you need a delimiter that is not anywhere in the data.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2020 15:35:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288327#M213577</guid>
      <dc:creator>mridley</dc:creator>
      <dc:date>2020-01-26T15:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to read csv have comma in cell and new line character as well</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288334#M213579</link>
      <description>&lt;P&gt;it is coming from oracle database&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2020 18:35:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288334#M213579</guid>
      <dc:creator>Atif_Tariq_PK</dc:creator>
      <dc:date>2020-01-26T18:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to read csv have comma in cell and new line character as well</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288357#M213592</link>
      <description>&lt;P&gt;Can you use sqoop to retrieve the data directly from the database and dump it into Hive? That will solve your delimiter problem.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:51:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288357#M213592</guid>
      <dc:creator>mridley</dc:creator>
      <dc:date>2020-01-27T14:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to read csv have comma in cell and new line character as well</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288362#M213597</link>
      <description>&lt;P&gt;great option. Thank You Very Much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 18:03:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-read-csv-have-comma-in-cell-and-new-line-character-as/m-p/288362#M213597</guid>
      <dc:creator>Atif_Tariq_PK</dc:creator>
      <dc:date>2020-01-27T18:03:12Z</dc:date>
    </item>
  </channel>
</rss>

