quick exports - basic skeleton working

This commit is contained in:
Jan Prochazka
2021-06-06 10:25:52 +02:00
parent 50b90e181a
commit 27311afb31
5 changed files with 96 additions and 64 deletions

View File

@@ -49,7 +49,7 @@ export default {
label: 'CSV file',
extension: 'csv',
createWriter: (fileName) => ({
functionName: 'writer',
functionName: 'writer@dbgate-plugin-csv',
props: {
fileName,
delimiter: ',',
@@ -60,7 +60,7 @@ export default {
label: 'CSV file (semicolor separated)',
extension: 'csv',
createWriter: (fileName) => ({
functionName: 'writer',
functionName: 'writer@dbgate-plugin-csv',
props: {
fileName,
delimiter: ';',