Allow a callback function for the Source path parameter.
2 unresolved threads
Compare changes
+ 43
− 5
@@ -3,6 +3,7 @@
@@ -185,14 +186,17 @@ class CSV extends SourcePluginBase implements ConfigurableInterface {
@@ -263,6 +267,7 @@ class CSV extends SourcePluginBase implements ConfigurableInterface {
@@ -280,16 +285,49 @@ class CSV extends SourcePluginBase implements ConfigurableInterface {
can we do a check if string and return that first? that would operate as a guard condition very early.