TransferText to any file extension?

phillipmai

Registered User.
Local time
Today, 03:45
Joined
Dec 29, 2009
Messages
19
Hello,

I'm trying to export my query to a file called filename.rpd (this extension is needed for the program I want to import the data to)

It works when I use the extension .CSV, but is it possible to export a file with any file extension?

Thanks!
 
It is ok I have now found the solution, use transfertext to export as txt and rename it using:

Name "C:\Exports\MyFile.txt" As "C:\Export\MyFile.rpd"
 

Users who are viewing this thread

Back
Top Bottom