cancel
Showing results for 
Search instead for 
Did you mean: 

Create tables in alfresco

hdalang
Champ in-the-making
Champ in-the-making
Hi I have a folder called applied and I want to map a table with it, if the user upload a file from a form it will automatically goes to this folder applied, then I will use a properties, called: first name, second name, last name, ID and contact. and I want to let alfresco be able to create a table of these users, like in excel format, contain each of these fields, can someone say what is the best way to do that?

I want the user to be able to download it and working with it in his PC. I saw something called CSV format but I'm not sure about that. I need some informations if you don't mind, and please make it in a simple way.
2 REPLIES 2

muralidharand
Star Contributor
Star Contributor
Hi,
Can you please elaborate your requirement ?

hdalang
Champ in-the-making
Champ in-the-making
I want to read a content model properties of a file and place it in a table.
For Example:

First name: hdalang
Last name : Alfresco
Age : 25

Then I will create a table of this information, which will be like that :

<table>
No | Frist Name | Last Name | Age |
1- | hdalang    | Alfresco  | 25  |
2- | David      | hennry    | 29  |
3- | Mark       | greg      | 31  |

</table>