This exception is thrown when one of three CSV format errors are detected:
text is detected before a quoted value, after a quoted value, or an unterminated
quote is detected.
Used to define what the output files written by a generator, allows include/exclude for specific
objects, and can generate a master script based on the objects generated.
Executes a single SQL statement; this is separated out in order to simplify testing for JDBCScriptRunner
and also to allow simplified external wiring of the connection object
Parses a CSV file, reading the first line as a header line containing keys;
each record is returned as a map from the header line key to the column value.