Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Split start conditions


seb Jan 16, 2014 10:46 PM

Hi,

I"m trying to create a Split file which will select the last month's worth of minutely data, with the intention of having it run automatically at the start of each month to compile the last month's data into a single csv.

I cannot get the start condition to work properly and it seems to not work as I would expect it to.
The start condition:

1[2013]:1[12%1]::

correctly starts the data being processed on 2013-12-01 00:00. (This data point definitely exists)
The start condition:

1[2013]:1[-1%1]::

which from my understanding should select the first day of the last month in 2013 (I suspect this is where I'm wrong), does not work as it starts processing at 2013-12-02 00:00.

Where am I going wrong? Also if there are any easier alternatives to doing it this way I'm happy to hear about them.

Thanks,
Sam

Log in or register to post/reply in the forum.