I added a small edit to the addRow method in BaseWrite.php to allow a user to pass in false if they wish the added array to push unshifted to the the array, instead of pushed. This can be used to make headers in the csv file, which I found to be very handy.
I added a small edit to the addRow method in BaseWrite.php to allow a user to pass in false if they wish the added array to push unshifted to the the array, instead of pushed. This can be used to make headers in the csv file, which I found to be very handy.