Newbies Adrian Citroni Posted February 24, 2005 Newbies Posted February 24, 2005 When I export a Tab Delimited file from FM7 the resulting file has the suffix TAB. However the program I need to import the infor into - can only read TXT. When I manually go in and change the suffix, it works fine. How do i change the suffix automatically.
Vaughan Posted February 25, 2005 Posted February 25, 2005 As far as I know you can rename the file in the export dialog box. In Windows OS, you may have to enclose the field name in quotes to force the OS to change the extension.
Leader Posted February 25, 2005 Posted February 25, 2005 NB: This would be such a trivial thing to resolve under Mac or Unix, but it's a bloody mess under Windows. I screwed around looking at preferences and control panel settings, and I even experimented with file shortcuts ('aliases' to the non-Windows world), but I couldn't get Excel to recognize the file. Without macro or external scripting support, it seemed pretty much a foregone dead issue. Unless by some chance your importing program has some option or preference that could come into play, Vaughan seems to have the most reasonable solution.
sbg2 Posted March 3, 2005 Posted March 3, 2005 As far as I know you can rename the file in the export dialog box. In Windows OS, you may have to enclose the field name in quotes to force the OS to change the extension. yes, just type in the filename you want to export to as "FileName.txt" you should be able to do this with any file extension. The downside is FMP doesnt give you the option to filter by All Files (*.*) so you cant just double click an already existing .txt file. If its a recurring export make a script to export to a filename with .txt extension.
Recommended Posts
This topic is 7205 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now