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
Until this is fixed the reader for csv can be created without the mapping configuration. After creation the mapping can be added by adding the ColumnMappingDecorator with the mapping.
ReaderBuilder::build('file.csv, ['mapping' => ['col' => 'key']])
will throw an error.Add the ObjectDecorator before this mapping can be resolved via configuration.
The text was updated successfully, but these errors were encountered: