SQL export CSV file comma delimiter problems

Source: Internet
Author: User
For SQL export CSV files, the comma delimiter is generally set to ",", but many of the contents in the database contain commas. how can this problem be solved ?, The standard csv is like this & quot; abcd & quot;, & quot; a & quot ;, 123 The values in the three columns are abcd and a & about SQL export CSV file comma delimiter
CSV files are generally separated by commas (,). However, many contents in the database contain commas (,). how can this problem be solved?

------ Solution --------------------
The standard csv is like this.
"Abcd", "a", 123
The values of the three columns are abcd, a ", and 123.

Double quotation marks can be omitted in case of no ambiguity.
Aaa, bb, cccc

However
Aaa, Chinese character, 123
In this way, php5.3 can only read the content in columns 1 and 3, and the 2nd column is empty.

It doesn't matter what tool you use to notice these facts.
Since a tool becomes a tool, it naturally has its merits.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.