This topic is locked

Loading a .txt file

4/28/2004 8:33:51 AM
ASPRunnerPro General questions
R
Racer_X author

I have a .txt file that is delimited by ~^~

I cannot get asprunner to load it. If I replace the ~^~ delimiters with , it works just fine.

unfortunately, The script that writes the code, and othet programs need to keep the current delimiter.
Any help would be greatly appreciated.

Sergey Kornilov admin 4/28/2004

Hi,
here is what you can try:

  1. Run ASPRunner, go to database connection screen and choose option 3 (ODBC driver dialog).
  2. Choose Microsoft Text driver and click Next.
  3. Uncheck "Use current directory" and choose directory where your text file is located.
  4. Select *.txt in the list of file extensions and click on "Define format".
  5. Choose required text file, change delimeter and click OK.
    It should work fine after that.