DEV Community

Discussion on: SQLite - a developer's best friend

Collapse
 
lukas238 profile image
Lucas Dasso

A good alternative to manipulate csv or tsv files can be the "Rainbow CSV" plugin for vsCode.

Plugin: marketplace.visualstudio.com/items...

It let you run RBQL queries against the file data, much like SQL queries.

RBQL: github.com/mechatroner/RBQL

I found myself using It time and time again to explore cvs backups or reports.

Some comments have been hidden by the post's author - find out more