prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

FileConnector: provide a standard connector which can be configured on the fly #16

Open codeliner opened 9 years ago

codeliner commented 9 years ago

It would be a better workflow if you don't need to create a connector for a file import/export first but simply create it when defining the task. The connector itself should tell the system, that it can handle any ginger type (we need to define a way to do that) and then simply work with the given type when it comes to importing/exporting data.