I can’t seem to figure this out. So I seek your assistance.
I have a tab delimited (or .csv) file. The data is from a web based registration form.
The web based form asks questions of the sort:
Name:
Email Address:
Place:
Animal:
Thing:
etc…
The response is written to a plain text file using a cgi script.
Now I wish to print out the information that I have gathered.
So I imported the text file into MS Excel. All the columns were imported cleanly, with Column A being all Name:, Column B being all Email Address: etc.
This form has some 20 questions. So there are about 20 columns. There are some 50 registrants, so there are about 50 rows.
Now I want to print out this information in the following format:
Name: John Doe
Email Address: nospam@john.doe
etc., one page per registrant.
The thing is, I have tried but haven’t found a way to do it.
If I print as is from Excel, it prints columnwise… while I’d prefer a neater format as shown above.
But the thing is, I dunno how to do it.
The closest I came to success was using Kaztrix (formerly Instabase) database software. I imported the data into Kaztrix and it formats it neatly. Even prints it the way I want, but it prints only the first 10 or so questions/answers per registrant, i.e. it truncates the data during printout. Which is strange, but it does.
If you haven’t totally understood what I’m trying to do, let me know and I’ll give you an example or something. I’m hoping someone out there knows how to do this…
Even if you can offer some vague clues, I’m all ears.
Thanks.