Magento read CSV using Varien_File_Csv library
Read CSV into PHP array
$file = 'csv_file_to_parse_into_php_array.csv'; // full path to your csv file.
Read CSV into PHP array
$file = 'csv_file_to_parse_into_php_array.csv'; // full path to your csv file.
Today When I was importing large database I was getting error that there is not enough space after half of the database was imported. When I checked space it was showing 100% used. Even though I had dynamic space allocated, it was not increasing beyond 37GB. After going through few forums I managed to combine all tips & tricks and apply them to increase my oracle virtualbox ubuntu main partition.
I had heard about imacros but never tried. This time I wanted to give it a go as I need to proceed to through checkout process few times and watch the log. So, to do this repetitive task, I installed imacros extension on google chrome and recorded checkout process from beginning to end.