• Resolved MasterJuan

    (@masterjuan)


    Hello,
    I found a very strange/annoying problem. When I export my data in order to see the structure which I must use in order to import data at the same fields, I noticed that when I import the .csv file to excel it’s a mess.

    This mess is caused by break lines inside the content field. For it’s break line inside the post/page/product content the exported .csv file builts a separate row. This is totally wrong.

    Somehow it should strip break lines!

    So if the content is:
    “Lorem Ipsum is
    simply dummy text of the printing
    and typesetting industry.”

    My CSV file produces 3 separate rows. Let’s say i had two fields, ID and post content.
    The above will be like this

    ID                                        Post Content
    1                                          Lorem Ipsum is
    simply dummy text of the printing          and typesetting industry.

    The correct format for the above example should be:
    “Lorem Ipsum is simply dummy text of the printing and typesetting industry.”
    without break lines.

    https://wordpress.org/plugins/wp-all-export/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Break Lines at Post/Page/Product content breaks CSV file’ is closed to new replies.