mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 10:23:57 +00:00
auto-detect CSV delimiter in test
This commit is contained in:
@@ -27,7 +27,6 @@ test('csv import test', async () => {
|
|||||||
|
|
||||||
const reader = await dbgatePluginCsv.shellApi.reader({
|
const reader = await dbgatePluginCsv.shellApi.reader({
|
||||||
fileName: csvFileName,
|
fileName: csvFileName,
|
||||||
delimiter: ';',
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const writer = await dbgateApi.jsonLinesWriter({
|
const writer = await dbgateApi.jsonLinesWriter({
|
||||||
|
|||||||
Reference in New Issue
Block a user