Yes, I can change the end-of-line character in my editor and make it work. I was hoping you could enhance the importer to handle either character. Basically it’s an issue of UNIX vs. MS-DOS end of line. I use many text editors that interpret both.
Thanks. I love your plugin, just trying to provide feedback to improve it.
David R
Thanks for the suggestion. I’ve used batch ego coders for other projects but they can be time consuming. On my last project I simply built a ego coder into my project’s interface so the user didn’t have to deal with it.
Your users will thank you (at least I will 🙂 when you implement this feature.
Thanks again,
David R
My problem was in memory. Had to make a couple of changes in php.ini:
max_memory = 128M
wp_max_memory = 128M
The combination of these two changes fixed my problem.