PRB: Import Wizard Incorrectly Treats Consecutive DelimitersLast reviewed: October 29, 1996Article ID: Q157724 |
The information in this article applies to:
SYMPTOMSThe Import Wizard does not properly import a file containing consecutive delimiters. First, the Import Wizard does not treat consecutive delimiter characters as one field. The Import Wizard creates an extra column in the data table (.dbf). Second, the Import Wizard may truncate data that appears in the text file. This happens with files delimited with tabs or commas.
WORKAROUNDCreate a table with the desired structure. Then write a program using low- level file functions to parse the text file and place the data into the newly created table.
STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe steps below illustrate the behavior of the Import Wizard.
Steps to Reproduce Behavior
|
KBCategory: kb3rdparty kbtool kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |