diff options
author | Heinrich Lee Yu <heinrich@gitlab.com> | 2018-12-06 08:51:30 +0800 |
---|---|---|
committer | Heinrich Lee Yu <hleeyu@gmail.com> | 2019-01-07 11:16:58 +0800 |
commit | 3c026971149c95f076b8c50a52ddbfed139d5b20 (patch) | |
tree | 6bf0e1e8e28968887156dd524dc37e498229a9e6 /spec/fixtures/csv_comma.csv | |
parent | 876ab436fabf2f44e2a6912262f980256b7c9736 (diff) | |
download | gitlab-ce-3c026971149c95f076b8c50a52ddbfed139d5b20.tar.gz |
Import CSV Backend
Process CSV uploads async using a worker then email results
Diffstat (limited to 'spec/fixtures/csv_comma.csv')
-rw-r--r-- | spec/fixtures/csv_comma.csv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/csv_comma.csv b/spec/fixtures/csv_comma.csv new file mode 100644 index 00000000000..e477a27d243 --- /dev/null +++ b/spec/fixtures/csv_comma.csv @@ -0,0 +1,4 @@ +title,description +Issue in 中文,Test description +"Hello","World" +"Title with quote""",Description |