Import CSV into properly sized columns
At MAPLight I occasionally have to convert CSV files to SQL. The Table Wizard module handles the import well, but the columns are all long text.
I made a quick module to resize the columns. It uses Table Wizard’s built-in analysis and Drupal’s Schema API to do some basic conversions. It is nowhere near complete functionality or UI-wise. Just barely good enough to get me through 12 tables with 165 columns.
I put it on GitHub since it is incomplete and I don’t have time to do more work. And I wanted to try out GitHub.
Post new comment