Jump to content

Scripting an export filename


This topic is 6511 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hi

I'm scripting an export for a system where several users will all be exporting their files to a central system. Rather than setting up all the databases individually, I want the script to say - export to a file and call it "Parish acronym" (field) plus "xmlexport" (real text). i.e. when all the files reach the other end they will be tagged with their own acronym.

Is there a way to do that and still have the export run automatically with no dialog box?

Rosie.

Link to comment
Share on other sites

If they're all saving in the same location then this won't work, but if you have them export to their own hard disk first (with the name hard coded in the FM script) then you can fire of a Send Message script step to rename the export to the name you specify (based on field data) and then move the file to the network share. All with command lines through Send Message.

Or use a file plugin.

Link to comment
Share on other sites

  • 1 month later...

This topic is 6511 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.