CSV preview is crashing to render with misleading message
Summary
Artifacts CSV preview is crashing to render with misleading message
Steps to reproduce
- create
test.csv
like:
Release,Team
master,TeamA
master,TeamB
- create
.gitlab-ci.yml
like:
test_bug:
script:
- "ls"
artifacts:
paths:
- "$CI_PROJECT_DIR/test.csv"
- Open artifacts and select test.csv
What is the current bug behavior?
Instead rendering file error message is given:
Failed to render the CSV file for the following reasons:
- Unable to auto-detect delimiter; default to ","
What is the expected correct behavior?
CSV should render same as on regular file view
Output of checks
This is happening on Enterprise 14.2.7-ee
Possible fixes
Edited by Jackie Porter