How the Import Wizard Determines the Text File TypeID: Q128890 3.00 WINDOWS kbtool kbinterop The information in this article applies to:
SUMMARYThe Import Wizard assists you in creating a FoxPro table from another type of file, such as a text file. This article explains how FoxPro determines the type (fixed-length, comma-delimited, or tab-delimited) of text file you are importing.
MORE INFORMATION
Determining Records to AnalyzeWhen you import a text file using the Import Wizard, by default it reads the first 50 records in the text file. To begin analysis at a different row, or perform analysis on all records, choose the Options button in the "Step 1a - Options" screen of the Import Wizard. NOTE: The analysis of records cannot be manually interrupted.
Determining File TypeThe following tests are performed in the order listed to determine the file's type: 1. Do all records have the same length? 2. Do all records have the same number of commas?
3. Do all records have the same number of tabs?
4. Do all records have the same number of semicolons?
5. If none of the previous tests are true, the Import Wizard assumes the
Determining File StructureOnce the file's type is determined, the following tests are performed to determine its structure.
|
Last Reviewed: May 1, 1996 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |