• Resolved squareflair

    (@squareflair)


    Hello!

    I’m working on editing the CSV for a Woocommerce import.

    There’s a specific column (column “AU”) named: “Meta: _wpcom_is_markdown”, and the example data options are yes (1) and no (0).

    Do you think this is a UI option that’s added to edit the post? Like— HTML or MARKDOWN option?

    Does it matter? Keep it on “0” maybe?

    (Sample CSV content from this github page)
    woocommerce / sample-data / sample_products.csv
    https://github.com/woocommerce/woocommerce/blob/master/sample-data/sample_products.csv

    • This topic was modified 6 years, 4 months ago by squareflair.
    • This topic was modified 6 years, 4 months ago by squareflair.
    • This topic was modified 6 years, 4 months ago by squareflair.
Viewing 1 replies (of 1 total)
  • Hi @squareflair,

    That’s a great question. Since this is in the “meta” section, this would be from a custom field that’s been added to the product. These can come from almost anywhere in the site and don’t necessarily have to be related to WooCommerce.

    I believe this one is coming from the Jetpack Markdown module. You can leave it at 0 or even delete the column if you’d like to. It’s not necessary for the product. If you do want to handle editing with Markdown, then set it to 1.

    If you have any questions, please let me know.

    Cheers

Viewing 1 replies (of 1 total)

The topic ‘Woocommerce CSV Import: “Meta: _wpcom_is_markdown”’ is closed to new replies.