innodes Posted October 22, 2008 Posted October 22, 2008 Is there a way to name an exported file via a calculation or merge field? thanks
mr_vodka Posted October 22, 2008 Posted October 22, 2008 Set Variable [ $path; "filewin:/C:/" & YourField & ".jpg" ] Export Field Contents [ YourContainerField; $path ] or if you are talking about exportting records, just change it so that instead of Export Field Contents [] you use the Export Records script step along with the file extention change in the file name.
IdealData Posted October 22, 2008 Posted October 22, 2008 Watch out. As you are a x-platform user then look also at the "filemac:" path specification.
Recommended Posts
This topic is 5874 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