TransferText Method question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the TransferText method to import a text field into a table. The
default delimiter appears to be "comma" delimited fields. This is a problem
because some of the text fields occassionally have "commas" in them and this
messes up the import. Is there anyway to change the delimiter to a semi-colon
or some other character? Thanks for any assistance.
 
Hi Steve,

Import the data once manually, using File|Get External Data. Make the
necessary settings in the text import wizard, and then click the
Advanced button. This lets you save the settings as an import
specification. Subsequently, pass the name of the specification to
TransferText.
 
Back
Top