I have a CSV file containing the time (hh: mm: ss) and date (mm / day / yyyy) fields , And sixteen more fields.
Generally, the time zone is displayed every 30 minutes, but some time may be different (minutes or even hours).
For example:
1/27/2011 12:10:00 1/27/2011 12:10:30 1/27/2011 12:11: 00 1/27/2011 12:15:00 I need to add new lines (as much as the interval between them) each time the difference between one line and the next 30 Fill them with more values, and in advance, line in intervals.
I want to do this without working in the database environment. Is this possible? If so, can you give me some good tips?
Calculate the difference between buffer, time, and the time difference between those two But write output based on the results of a conditional test.
Comments
Post a Comment