Icon

Find first and last for contiguous groupings and retain timestamp columns

Find First and Last timestamps in contiguous grouping based on multiple columns

Find first and last item in a contiguous group and then retain specific start and end columns

Sample Datacreate a "group key"set a new "key-sum"columnto 1get an ordering based on the "group key"by cumulatively addingthe key-sum within eachgroupget the ordering forthe next rowwhere group-posis 1, this isa "start" rowwhere group-pos (lag)is 1, this is an "end" rowpopulate missing end times based on next available valueremove superflous rowsget required tableExtract Data Tablefrom Delimited Text Column Combiner Math Formula Cumulative Sumfor Grouping Lag Column Rule Engine Rule Engine Missing Value Row Filter Column Filter Sample Datacreate a "group key"set a new "key-sum"columnto 1get an ordering based on the "group key"by cumulatively addingthe key-sum within eachgroupget the ordering forthe next rowwhere group-posis 1, this isa "start" rowwhere group-pos (lag)is 1, this is an "end" rowpopulate missing end times based on next available valueremove superflous rowsget required tableExtract Data Tablefrom Delimited Text Column Combiner Math Formula Cumulative Sumfor Grouping Lag Column Rule Engine Rule Engine Missing Value Row Filter Column Filter

Nodes

Extensions

Links