Importing labels instructions incorrect

The ghost documentation says that importing labels should look like this

However if you import using that format, the import is two labels:
“label 1
label 2”

Not
label 1
label 2

as expected

Issue Summary

  • Explain roughly what’s wrong
  • What did you expect to happen?

Steps to Reproduce

  1. This is the first step…
  2. This is the second step, etc.

Setup information

Ghost Version
Share which version of Ghost you’re using.

Node.js Version
If self-hosting - share which version of Node.js you’re using.

How did you install Ghost?
Provide some details about your install of Ghost if you are self-hosting.

Provide details of your host & operating system
Include further details about your hosting and OS.

Database type
MySQL 5.7 / MySQL 8 / SQLite 3 / Other

Browser & OS version
Include if reporting frontend bugs.

Relevant log / error output
Copy and paste any relevant log output. Use backticks to format this into code.

Hey! Using the example temlpate in the help doc you linked to, I can’t reproduce this on Ghost 5.130.0.

email,name,note,subscribed_to_emails,stripe_customer_id,complimentary_plan,labels,created_at
testemail@example.com,Test Email,A note,true,,false,"Test 1, Test 2, Test 3",2019-10-30T14:52:08.000Z

Could you share a reduced test case and Ghost version?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.