A
Alex
Hello,
I've the following problem.
I've a table made of several columns. Each colum represents a
characteristic regarding to a subject (e.g. Name, Surname, Home
Street, etc...). In the rows I put the different people.
I need to export these info to a format compatible with other program -
an email program-, which requires the information to be arranged in a
different way. The program needs all these data to be ordered in a
single row, with each characteristic between quotation marks, and
separated by commas, following this pattern:
"characteristic 1","characteristic 2","characteristic 3"...
Also, the order of the different "characteristics" in the single row
doesn't have to match with the order of my table.
Could you suggest me any idea about how to deal with this?
Thank you.
I've the following problem.
I've a table made of several columns. Each colum represents a
characteristic regarding to a subject (e.g. Name, Surname, Home
Street, etc...). In the rows I put the different people.
I need to export these info to a format compatible with other program -
an email program-, which requires the information to be arranged in a
different way. The program needs all these data to be ordered in a
single row, with each characteristic between quotation marks, and
separated by commas, following this pattern:
"characteristic 1","characteristic 2","characteristic 3"...
Also, the order of the different "characteristics" in the single row
doesn't have to match with the order of my table.
Could you suggest me any idea about how to deal with this?
Thank you.