I have a large data file (775mb). I would like to SPLIT data from 2-1-15 to 3-15-15 by date time column. What would input and output template of SPLIT have to look like to produce this file ?
Wx2day
You will need to set a Start condition and a Stop condition indicating these dates, based on the data structure in the data file. The help has many examples that can get you started.
Dana W.