You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
brainOut
changed the title
Array to String Conversion for SplCSVLoader
SplFileObject::fputcsv() expects parameter 1 to be array, object given in SplCSVLoader.php on line 58
Apr 4, 2019
If we use the example provided :
https://github.com/kiboko-labs/etl/blob/master/docs/pipeline.md#transform-the-contents-of-a-csv-file-into-another-file-format
The
SplCSVLoader
class throws an error due to the type mismatch of the first parameter.here : https://github.com/kiboko-labs/etl/blob/master/Flow/Loader/SplCSVLoader.php#L58
The text was updated successfully, but these errors were encountered: