data-import
data-import copied to clipboard
Import data from and export data to a range of different file formats and media
This is my first attempt at implementing the idea in issue #100 Thoughts or feedback?
Added the ability to convert fields in excel files to dates. Excel stores dates as interger.fraction where integer is a day offset and fraction is the time. These allow them...
#271 This PR add the return of the entity after calling the `writeItem()` method on `DoctrineWriter`.
This PR is for allowing DoctrineWriter to handle updating many-to-many and one-to-many associations that use `add` and `remove` methods. The unit tests have also been updated.
Hi guys, I would like to be able to retrieve the entity persisted after calling `writeItem` on the `DoctrineWriter`. Here is my use case: ``` $foos = array( // Will...
I dont understand writeItem Method of DoctrineWriter In first step $this->loadAssociationObjectsToEntity($item, $entity); load the mapped entity to target entity in in second step $this->updateEntity($item, $entity); override entity mapping with Id...
On a one to many relationship. If the orderItems are not in the same order as the Order File. It fails to match the orderItems: For example: OrderId,Price 1,30 2,15...
Without such alias, I get this error: "SQLSTATE[42000]: Syntax error or access violation: 1248 Every derived table must have its own alias"
I always get confused trying to remember what a ValueConverterStep vs a ConverterStep. The ValueConverterStep works on one of the input properties. So I wonder if it would help to...
Sorry, if this question has been asked and the answer is simple, but I have spent the last few hours researching the answer and have been unable to find it....