mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
Merge branch 'feature/import-export' of https://github.com/dbgate/dbgate into feature/import-export
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