#' Load all available 1 minute grid spy data files from the list returned by list1mGridSpyFiles
#'
#' \code{process1mGridSpyFiles}. Loads, processes ans saves 1 minute grid spy files by iterating over each household id. We we cannot just concatinate all the files since the
#' column headings (circuit labels) vary. The function saves out 1 data file per household ID per month.
#' column headings (circuit labels) vary. The function saves out 1 data file per household ID per month as a gzipped .csv file.
#' @param dt a data table with 2 columns: hhID and fullPath derived from list1mGridSpyFiles()
#'
#' @author Ben Anderson, \email{b.anderson@@soton.ac.uk}