Recommended Posts

I seem to be having issues with exporting data from my virtual channels to the files/folders I created. The sequence will not run that has my code for exporting said data: (export.myexportset.strFileName= "C:\Log" + x (my variable for date/time) + "\folder name.csv" 

beginexport(myexportset)

I keep seeing examples of "FileHandle" functions, however I have NO understanding of what the function does. 

 

Do I need FileHandle in my sequence in order for the data to actually be written into my created files?

Link to comment
Share on other sites

File handles are used when you are using low level file access, basically functions that start with "File.".  You do not need it if you are using an export set.  

You say the sequence will not run.  Have you checked the command/alert for an error message?  Can you post the entire sequence?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.