Jump to content

Unique Path/Filename when exporting


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

Recommended Posts

I've read the Forums and found bits and pieces of what I need but it's just not clear to me.

I have three calculation fields, foldername, path and content.

foldername = "[color:red]unique"

path = "filemac:/Servername/[color:red]unique/filename.txt"

content = "text information about whatever"

What I would like my script to do is to loop through a found set and export the "content" field to the path provided by the "path" field.

Can it be done without a plug-in?

Link to comment
Share on other sites

Slim, you're the man! That did it!

I was close but so far away.

my $path was too complicated and did not look at all like this:

"filemac:/Servername/" & export::foldername & "/" & export::filename & ".txt"

(I should post mine in how Not to do things)

Thank you very much, I'd been hitting my head against the keyboard for too long (all those hours of wasted code).

Link to comment
Share on other sites

This topic is 6678 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.