Add empty table importer #1237
Annotations
12 errors
Static code analysis:
src/importer/table.rs#L50
unused variable: `input_path`
|
Static code analysis:
src/importer/table.rs#L51
unused variable: `step_id`
|
Static code analysis:
src/importer/table.rs#L52
unused variable: `tx`
|
Static code analysis:
src/importer/table.rs#L7
constant `FILE_EXTENSIONS` is never used
|
Static code analysis:
src/importer/table.rs#L21
fields `delimiter` and `quote_char` are never read
|
Static code analysis
Process completed with exit code 101.
|
Unit tests:
src/importer/table.rs#L50
unused variable: `input_path`
|
Unit tests:
src/importer/table.rs#L51
unused variable: `step_id`
|
Unit tests:
src/importer/table.rs#L52
unused variable: `tx`
|
Unit tests:
src/importer/table.rs#L7
constant `FILE_EXTENSIONS` is never used
|
Unit tests:
src/importer/table.rs#L21
fields `delimiter` and `quote_char` are never read
|
Unit tests
Process completed with exit code 101.
|