mirror of
https://github.com/neilotoole/sq.git
synced 2024-11-28 03:53:07 +03:00
4ffaae925f
* CSV now renames duplicate ingest headers * Fix broken test * xlsx ingester now handles duplicate col names * Update CHANGELOG * Additional tests for ingest.column.rename * Removed dead comment in grammar
4 lines
103 B
Go
4 lines
103 B
Go
// Package drivers is the parent package of the
|
|
// concrete sq driver implementations.
|
|
package drivers
|