Dump MySQL table to csv file (utf8mb4_unicode_ci) Announcing the arrival of Valued Associate...

Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode

How does the secondary effect of the Heat Metal spell interact with a creature resistant/immune to fire damage?

Crossing US/Canada Border for less than 24 hours

How to tell that you are a giant?

Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?

Why is the AVR GCC compiler using a full `CALL` even though I have set the `-mshort-calls` flag?

A term for a woman complaining about things/begging in a cute/childish way

Hangman Game with C++

Do wooden building fires get hotter than 600°C?

Is there a kind of relay that only consumes power when switching?

What does it mean that physics no longer uses mechanical models to describe phenomena?

Why do we need to use the builder design pattern when we can do the same thing with setters?

Selecting user stories during sprint planning

ArcGIS Pro Python arcpy.CreatePersonalGDB_management

What was the first language to use conditional keywords?

Can a new player join a group only when a new campaign starts?

How would a mousetrap for use in space work?

Most bit efficient text communication method?

What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?

AppleTVs create a chatty alternate WiFi network

Disembodied hand growing fangs

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

Why do we bend a book to keep it straight?

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?



Dump MySQL table to csv file (utf8mb4_unicode_ci)



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)unable to insert utf8mb4 characters in mysql 5.6pgAdmin export line overflow on large fieldmysqldump shows pairs of utf8 chars when dumping a utf8 databaseDreadful encoding issuemysqldump collation issuesSpecial Characters in MySQL using UTF8 Unicode Collation and LOAD DATA INFILEWhy is there a MySQL character encoding issue after database transfer?Converting character sets and foreign key constaintsconvert default charset utf8 tables to utf8mb4 mysql 5.7.17Mariadb (MySQL) On Windows- problem entering non-ASCII characters in a query





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I have MySQL table with columns (character-set: utf8, collation: utf8mb4_unicode_ci) to be exported to a .csv file.



mysqldump -u *** -p -t -T/tmp/ dbname tablename --default-character-set=utf8mb4


The output has more lines than the records in the table due to some symbols? characters? to break the lines incorrectly. (see pics below) Adding "enclosed by" or "escaped by" do not help.



column



output










share|improve this question














bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Did you have your problem solved?

    – joanolo
    Apr 2 '17 at 11:08


















0















I have MySQL table with columns (character-set: utf8, collation: utf8mb4_unicode_ci) to be exported to a .csv file.



mysqldump -u *** -p -t -T/tmp/ dbname tablename --default-character-set=utf8mb4


The output has more lines than the records in the table due to some symbols? characters? to break the lines incorrectly. (see pics below) Adding "enclosed by" or "escaped by" do not help.



column



output










share|improve this question














bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • Did you have your problem solved?

    – joanolo
    Apr 2 '17 at 11:08














0












0








0








I have MySQL table with columns (character-set: utf8, collation: utf8mb4_unicode_ci) to be exported to a .csv file.



mysqldump -u *** -p -t -T/tmp/ dbname tablename --default-character-set=utf8mb4


The output has more lines than the records in the table due to some symbols? characters? to break the lines incorrectly. (see pics below) Adding "enclosed by" or "escaped by" do not help.



column



output










share|improve this question














I have MySQL table with columns (character-set: utf8, collation: utf8mb4_unicode_ci) to be exported to a .csv file.



mysqldump -u *** -p -t -T/tmp/ dbname tablename --default-character-set=utf8mb4


The output has more lines than the records in the table due to some symbols? characters? to break the lines incorrectly. (see pics below) Adding "enclosed by" or "escaped by" do not help.



column



output







mysql mysqldump table export csv






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 15 '17 at 22:11









user117624user117624

1




1





bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 4 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • Did you have your problem solved?

    – joanolo
    Apr 2 '17 at 11:08



















  • Did you have your problem solved?

    – joanolo
    Apr 2 '17 at 11:08

















Did you have your problem solved?

– joanolo
Apr 2 '17 at 11:08





Did you have your problem solved?

– joanolo
Apr 2 '17 at 11:08










1 Answer
1






active

oldest

votes


















0














The CSV "de facto standard" allows for fields to contain line breaks. So, what you get is the result of some of your data in your original table containing line breaks.



When that's the case, one record uses more than one row of text.



Some libraries or some programs can handle and interpret that adequately, but not all do. For instance, you can use MS Access, and it will work; but if you try MS Excel, line breaks within a field won't be properly handled. If you work with MySQL or PostgreSQL, they can import/export CSV with line breaks in fields.



Check, for instance, Comma-separated values at WikiPedia or RFC 4180




Fields with embedded line breaks must be quoted (however, many CSV implementations do not support embedded line breaks).







share|improve this answer
























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "182"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f164482%2fdump-mysql-table-to-csv-file-utf8mb4-unicode-ci%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    The CSV "de facto standard" allows for fields to contain line breaks. So, what you get is the result of some of your data in your original table containing line breaks.



    When that's the case, one record uses more than one row of text.



    Some libraries or some programs can handle and interpret that adequately, but not all do. For instance, you can use MS Access, and it will work; but if you try MS Excel, line breaks within a field won't be properly handled. If you work with MySQL or PostgreSQL, they can import/export CSV with line breaks in fields.



    Check, for instance, Comma-separated values at WikiPedia or RFC 4180




    Fields with embedded line breaks must be quoted (however, many CSV implementations do not support embedded line breaks).







    share|improve this answer




























      0














      The CSV "de facto standard" allows for fields to contain line breaks. So, what you get is the result of some of your data in your original table containing line breaks.



      When that's the case, one record uses more than one row of text.



      Some libraries or some programs can handle and interpret that adequately, but not all do. For instance, you can use MS Access, and it will work; but if you try MS Excel, line breaks within a field won't be properly handled. If you work with MySQL or PostgreSQL, they can import/export CSV with line breaks in fields.



      Check, for instance, Comma-separated values at WikiPedia or RFC 4180




      Fields with embedded line breaks must be quoted (however, many CSV implementations do not support embedded line breaks).







      share|improve this answer


























        0












        0








        0







        The CSV "de facto standard" allows for fields to contain line breaks. So, what you get is the result of some of your data in your original table containing line breaks.



        When that's the case, one record uses more than one row of text.



        Some libraries or some programs can handle and interpret that adequately, but not all do. For instance, you can use MS Access, and it will work; but if you try MS Excel, line breaks within a field won't be properly handled. If you work with MySQL or PostgreSQL, they can import/export CSV with line breaks in fields.



        Check, for instance, Comma-separated values at WikiPedia or RFC 4180




        Fields with embedded line breaks must be quoted (however, many CSV implementations do not support embedded line breaks).







        share|improve this answer













        The CSV "de facto standard" allows for fields to contain line breaks. So, what you get is the result of some of your data in your original table containing line breaks.



        When that's the case, one record uses more than one row of text.



        Some libraries or some programs can handle and interpret that adequately, but not all do. For instance, you can use MS Access, and it will work; but if you try MS Excel, line breaks within a field won't be properly handled. If you work with MySQL or PostgreSQL, they can import/export CSV with line breaks in fields.



        Check, for instance, Comma-separated values at WikiPedia or RFC 4180




        Fields with embedded line breaks must be quoted (however, many CSV implementations do not support embedded line breaks).








        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 15 '17 at 22:54









        joanolojoanolo

        9,95842254




        9,95842254






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Database Administrators Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f164482%2fdump-mysql-table-to-csv-file-utf8mb4-unicode-ci%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            ORA-01691 (unable to extend lob segment) even though my tablespace has AUTOEXTEND onORA-01692: unable to...

            Always On Availability groups resolving state after failover - Remote harden of transaction...

            Circunscripción electoral de Guipúzcoa Referencias Menú de navegaciónLas claves del sistema electoral en...