mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
Dataflow Builder #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oportier on GitHub (Nov 18, 2019).
In the documentation, you say:
Is there a command line builder to generate a generic Dataflow ? That would be handfull ;)
@jeremycr commented on GitHub (Nov 21, 2019):
I'll assume you are talking about a DataflowType skeleton. It would look like this :
We currently have no plan of writing a command that would generate code.
You can look at this example to get an idea of what a complete dataflow type would look like.
If you need generic readers and writers, you can use those provided by PortPHP.