Adding blocks in bulk?
Permalink
I have a project for a mortgage banking site that includes a page for closings. I made a block for adding new closings one by one: name, project type, location, amount of financing. Pretty simple, really.
Now, I've been hit with a spreadsheet that contains over 400 closings. This is way more than I ever anticipated, but if they insist on having them all included then they have to be included. I was wondering if there is any database file that can be edited directly (I have the closings as a CSV file), rather than going through "Add Block" for hours on end.
Now, I've been hit with a spreadsheet that contains over 400 closings. This is way more than I ever anticipated, but if they insist on having them all included then they have to be included. I was wondering if there is any database file that can be edited directly (I have the closings as a CSV file), rather than going through "Add Block" for hours on end.
If you can get your head round all of that, you can import csv to any database table using phpMyAdmin.