How do I convert template-input data to external (SQL) DB entry?

Tom Crapper August 24, 2011

OK,

So, now I (kinda) know how to take .csv or SQL data into a report format (http://confluence.atlassian.com/display/DISC/Confluence+Reporting+HOWTO), I now have another question:

USE CASE:

A user accesses a pre-defined template in a space and fills the variable fields with his data. This will automatically create a page in that space. That page data, using the variables in the template as fields, populates an external SQL DB.

QUESTION:

Is there any way of automatically taking those templated variables and adding them to an external DB repository (say in SQL)?

I am looking for a way of getting my users to enter data about 'People', 'Places' and 'Events' using conflucence as the entry portal, but want to allow all users to then cleverly manipulate, search and report on that information from a SQL DB back into Confluence.

1 answer

1 accepted

0 votes
Answer accepted
Bob Swift (personal)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 24, 2011

Have you thought about using the Run Plugin to input the data into an sql update statement (SQL Plugin) and then regular queries?

Tom Crapper August 25, 2011

Bob, thanks for this - pure gold.

Looks like what we'll do is:

a. work out how to importa/call foreign classes in Confluence

b. figure out how to map the input fields into the SQL query

c. setup the datasource

d. work out how to differentiate between an insertion and an update.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events