Complete pipeline: validate, load, process, and import a single CSV file
Usage
import_hansard_file(file_path, con, validate = TRUE, force_reimport = FALSE)
Arguments
- file_path
Path to CSV file
- con
Database connection
- validate
Should file be validated first?
- force_reimport
Should existing session be overwritten?
Value
Boolean indicating success