read_client.Rd
Ingest "Client.csv" file and perform ETL prep for "CLIENT" database table
read_client(file)
String, the full path to the .csv file
A data frame, containing the transformed data to be written out to the "CLIENT" database table
if (FALSE) { # \dontrun{ path <- "path/to/Client.csv" read_client( file = path ) } # }