Dear friends,
I am facing a lot of problem in creating a table out of comma separated values as illustrated below
1,2,3,4,5;
6,7,8,9,10;

Here as you can see the delimiter ',' is representing the columns ( I was able to resolve that) and ";" are representing the next row record ( This is a still a problem) can any one give me a macro which can generate appropriate rows and columns for the above mentioned values where the number of columns and row may vary