Commit c106cc5d authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'mjang-issue-30383' into 'master'

Add note on special characters

See merge request gitlab-org/gitlab!58795
parents 9d3b3edf 3ab5e69b
...@@ -52,9 +52,12 @@ When importing issues from a CSV file, it must be formatted in a certain way: ...@@ -52,9 +52,12 @@ When importing issues from a CSV file, it must be formatted in a certain way:
- **data rows:** After the header row, succeeding rows must follow the same column - **data rows:** After the header row, succeeding rows must follow the same column
order. The issue title is required while the description is optional. order. The issue title is required while the description is optional.
If you have special characters _within_ a field, (such as `\n` or `,`),
wrap the characters in double quotes.
Sample CSV data: Sample CSV data:
```csv ```plaintext
title,description title,description
My Issue Title,My Issue Description My Issue Title,My Issue Description
Another Title,"A description, with a comma" Another Title,"A description, with a comma"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment