data-import icon indicating copy to clipboard operation
data-import copied to clipboard

Import data from and export data to a range of different file formats and media

Results 45 data-import issues
Sort by recently updated
recently updated
newest added

Hi, I would like to add a new great feature, but first of all, I will explain **why** ## Problem I need to filter those products (lines) from the CSV...

Hi David! First at all, thanks for your package, it's very useful. But, when I read 1 excel file (have column type = date), it get incorrect results. Example: -...

Can't currently set flag in ValidatorStep to ignore extra fields in $item object when validating. @Baachi @ddeboer @sagikazarmark - is this something I can achieve someway else? Otherwise, can I...

…re made to find the microseconds elapsed for a given result. This allows us to find the microseconds to be used in conjunction with the DateInterval::format. This only finds the...

Fount the issue when using both a pre filter, then running converters and mapping, then running a post filter. **Can be reproduced with:** $reader = new ArrayReader([['id'=>1],['id'=>2]]); $workflow = new...

In case of update existing doctrine entity I cannot nullify target property even if it exists but set empty in importing item. the most annoying case is for datetime item...

`ExcelWriter` takes `\SplFileObject` as argument in constructor, but use it only to take filename. By default it uses `Excel2007` type, which if file exists, unlinks it before reopening it, which...