Merge branch 'master' of github.com:dbgate/dbgate

This commit is contained in:
Jan Prochazka
2022-12-15 17:39:24 +01:00

View File

@@ -57,7 +57,7 @@ export default {
}),
},
{
label: 'CSV file (semicolor separated)',
label: 'CSV file (semicolon separated)',
extension: 'csv',
createWriter: (fileName) => ({
functionName: 'writer@dbgate-plugin-csv',