I'm writing a script to split a feature class of 15000 rooms, into subgroups of rooms by floor. I'd like to loop through each group as it is split and write this table to csv, or directly to Google sheets if possible. As it stands, it looks like the split by attribute tool just runs and creates a new feature for each group. Will I need to iterate after it runs?