Rohan M wrote:
Hi All,

I came up against a situation where I need to create table based on user input file (lets say csv). How can I create on the fly tables using DBIx::Class considering the column numbers are varying with each user file?

This is something very similar of having mysql temporary table and loading a file into the table using load command.

Could anybody give me directions/points on how to go about ?


What is it exactly you are trying to do? You already described how
would you normally do it, there is no reason to shoehorn this into
DBIC just for the sake of it (DBIC being a tool, not a framework).

Clarify your objective for more specific help :)

Cheers

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[email protected]

Reply via email to