mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 12:35:59 +00:00
quick exports - basic skeleton working
This commit is contained in:
@@ -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: ';',
|
||||
|
||||
Reference in New Issue
Block a user