Using the Import Extension in Azure Data Studio


Azure Data Studio (ADS) is a lightweight IDE built on Visual Studio Code. I’ve written a few articles on how the tool works, and I’ve got a few more coming. I covered a basic orientation and a more in-depth one on some of the code writing features. In this one, I wanted to cover a handy extension that makes it easy to import files, something that many of us do regularly. This article will look at installing and using the Import extension with csv files. A future article will look at other file types.

I’ve written a few articles on