Dr.Gopala krishnam raju AMBATI Posted January 10, 2017 Posted January 10, 2017 made solution made scripts to export data and import automatically into customised folder but i dont want the export file to be in that folder i want it to be deleted through script is it possible if yes someone please guide me to script please
Wim Decorte Posted January 10, 2017 Posted January 10, 2017 A couple of ways: - an easy - but unintuitive - FM way is to export an empty field to the same file name; FM will delete the target file - or use Send Event and use the OS CLI to delete the file - (if you are already using a plugin with file manipulation functions, then it can be done that way too) 1
Dr.Gopala krishnam raju AMBATI Posted January 11, 2017 Author Posted January 11, 2017 wow nice idea sir will change the file tx a lot sir will try and let u know wow i made it tx sir did as u said saving my hard works billion thanks sir
LaRetta Posted January 11, 2017 Posted January 11, 2017 You can also use Export Field Contents and skip specifying the field. There are a few more ways as well, such as exporting 0 records using same path file name. All similar principle so it's which you like best. I like Export Field Contents; picked up from Comment, I suspect. 2
Dr.Gopala krishnam raju AMBATI Posted January 11, 2017 Author Posted January 11, 2017 wow another idea will try tx la retta
Dr.Gopala krishnam raju AMBATI Posted January 12, 2017 Author Posted January 12, 2017 21 hours ago, LaRetta said: You can also use Export Field Contents and skip specifying the field. There are a few more ways as well, such as exporting 0 records using same path file name. All similar principle so it's which you like best. I like Export Field Contents; picked up from Comment, I suspect. mind blowing got what i want
Recommended Posts
This topic is 2871 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