[go: up one dir, main page]

Skip to content

Render CSV files in blob viewer using table view

Problem to Solve

It is challenging to view a CSV an understand the data and how it's related in to column and rows. This is especially challenging with large files that are contained in the repository and need to be viewed.

Additional Details

CSV's can be diffed inside of GitLab, but they're presented as raw text:

image

Proposal

CSVs should be represented as a table with the RAW view representing the actual comma separated values.

Screen_Shot_2021-02-25_at_4.09.23_PM

Edited by Lee Tickett