Re: overwrite output

2012-01-18 Thread Marco Cadetg
Thank Jonathan that will work. -Marco On Tue, Jan 17, 2012 at 7:19 PM, Jonathan Coveney wrote: > you could have "rmf thefile;" before it, meaning just deleting it and then > storing...or do you need some different set of guarantees? > > 2012/1/17 Marco Cadetg > > > Hi there, > > > > AFAICT the S

Re: overwrite output

2012-01-17 Thread Jonathan Coveney
you could have "rmf thefile;" before it, meaning just deleting it and then storing...or do you need some different set of guarantees? 2012/1/17 Marco Cadetg > Hi there, > > AFAICT the STORE function doesn't provide a way to overwrite the output. I > guess you could use your own storage UDF to ac

overwrite output

2012-01-17 Thread Marco Cadetg
Hi there, AFAICT the STORE function doesn't provide a way to overwrite the output. I guess you could use your own storage UDF to accomplish that but is there also another way of doing that? Thanks -Marco