AvroCsvBundle
AvroCsvBundle copied to clipboard
A Symfony2 bundle for importing and exporting entities with CSV files
I have no idea how to contact you. So I decided to write down here. I hope you'll see my message. I got some problems with configuration. I added this...
Hello, i was in front of an encoding problem, the CSV file was in ISO so i had an error An exception has been thrown during the rendering of a...
I needed a way to import changes to existing records instead of deleting them by hand and then importing. This code does that by annotating "ImportIndex" fields that are used...
Is there a reason why you chose `Importer->addRow` method as private? In my business case I need to overwrite `Importer->addRow` method (I need to check if row already exists &...