drg-adaptive/mysql-insert-csv

View on GitHub
src/index.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function CsvInsert has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const CsvInsert = function(
  uploader: StatementExecutor,
  settings?: ParserArgs
) {
  const columnTransformers = settings?.columnTransformers ?? {};
Severity: Major
Found in src/index.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status