Commit 3ab5e69b authored by Mike Jang's avatar Mike Jang Committed by Marcin Sedlak-Jakubowski

Add note on special characters

parent 48fbd524
...@@ -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