From e77c2fc9bbc66a48255663cb4f3d122189935d44 Mon Sep 17 00:00:00 2001 From: Alan Yu <30873802+yualan@users.noreply.github.com> Date: Wed, 29 Aug 2018 13:00:54 -0700 Subject: [PATCH] Update Import Flat File readme (#2353) Added requirements and getting started entry points. --- extensions/import/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extensions/import/README.md b/extensions/import/README.md index 33aa21c8e3..8669cd8a93 100644 --- a/extensions/import/README.md +++ b/extensions/import/README.md @@ -5,6 +5,14 @@ ![image](https://user-images.githubusercontent.com/30873802/43433347-c958ed28-942b-11e8-8bbc-f4f2529c3978.png) + ## Requirements + * 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 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. + ## Why would I use this 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.