From 50b971477bb5920e58d80a58cdf4e72a1a92a840 Mon Sep 17 00:00:00 2001 From: gbritton1 Date: Wed, 6 Feb 2019 13:43:46 -0500 Subject: [PATCH] Removed reference to object explorer (#3463) Removed reference to object explorer since ADS does not have one --- extensions/import/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extensions/import/README.md b/extensions/import/README.md index 3e13be5efc..7a5d7d988b 100644 --- a/extensions/import/README.md +++ b/extensions/import/README.md @@ -15,9 +15,8 @@ This experience is currently in its initial preview. Please report issues and fe * This wizard requires an active connection to a SQL Server instance to start. * This wizard only works on .txt and .csv files. - ### How do I start the Import Flat File wizard? - * The main entry point for the wizard is to right click a database in the Object Explorer, and click **Import wizard**. - * If a user is connected to a SQL Server instance, the user can also press **Ctrl**+**I** to start the wizard. + ## How do I start the Flat File Import wizard? + * In Azure Data Studio, press **Ctrl**+**I** to start the wizard. ### Why would I use the Import Flat File wizard? This wizard was created to improve the current import experience leveraging an intelligent framework known as Program Synthesis using Examples ([PROSE](https://microsoft.github.io/prose/)). For a user without specialized domain knowledge, importing data can often be a complex, error prone, and tedious task. This wizard streamlines the import process as simple as selecting an input file and unique table name, and the PROSE framework handles the rest.