From a2552c1cc1d4b5449c14c3143c29a46b44ee79fd Mon Sep 17 00:00:00 2001 From: Drew Skwiers-Koballa Date: Tue, 29 Sep 2020 14:01:44 -0700 Subject: [PATCH] updates import readme for ga (#12614) --- extensions/import/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/extensions/import/README.md b/extensions/import/README.md index 40be3372cf..5a2da16dde 100644 --- a/extensions/import/README.md +++ b/extensions/import/README.md @@ -3,10 +3,10 @@ Microsoft SQL Server Import for Azure Data Studio includes the wizard: - [Import Flat File Wizard](#import-flat-file-wizard-preview) -## Import Flat File Wizard *(preview)* -**The Import Flat File Wizard** is a simple way to copy data from a flat file (.csv, .txt, .json) to a SQL Server table. Checkout below the reasons for using the Import Flat File wizard, how to find this wizard, and a simple example. +## Import Flat File Wizard +**The Import Flat File Wizard** is a simple way to copy data from a flat file (.csv, .txt) to a SQL Server table. Checkout below the reasons for using the Import Flat File wizard, how to find this wizard, and a simple example. -This experience is currently in its initial preview. Please report issues and feature requests [here.](https://github.com/microsoft/azuredatastudio/issues) +Please report issues and feature requests [here.](https://github.com/microsoft/azuredatastudio/issues) @@ -24,6 +24,9 @@ This wizard was created to improve the current import experience leveraging an i Please note that the PROSE binary components used by this extension are licensed under the [MICROSOFT SQL TOOLS IMPORT FLAT FILE EULA](https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/extensions/import/Microsoft_SQL_Server_Import_Extension_and_Tools_Import_Flat_File_Preview.docx). + ## Documentation + For more detailed information, please check out our [documentation](https://docs.microsoft.com/sql/azure-data-studio/extensions/sql-server-import-extension). + ## License Copyright (c) Microsoft Corporation. All rights reserved.