auto-detect CSV delimiter in test

This commit is contained in:
Jan Prochazka
2024-09-17 10:29:49 +02:00
parent 0c2b25f79a
commit 77d60ccfa5

View File

@@ -27,7 +27,6 @@ test('csv import test', async () => {
const reader = await dbgatePluginCsv.shellApi.reader({
fileName: csvFileName,
delimiter: ';',
});
const writer = await dbgateApi.jsonLinesWriter({