CSV/Database capabilities

This forum is for Single-Sourcing your Flare content to multiple outputs.
Post Reply
The_docman
Propeller Head
Posts: 19
Joined: Thu Jun 04, 2015 9:22 am

CSV/Database capabilities

Post by The_docman »

Hi All

Does Flare have any capabilities that would allow relational database values to be entered via variables?
Could I populate multiple fields based on one field choice? (For instance, choose a person's name and have the email populate automatically?)

Thanks
RamonS
Senior Propellus Maximus
Posts: 4293
Joined: Thu Feb 02, 2006 9:29 am
Location: The Electric City

Re: CSV/Database capabilities

Post by RamonS »

Not natively from within Flare, but there are plenty of client/server side scripting options. My suggestion is to look into adding PHP code, but .net works as well. It sounds like a simple task, but it is not that trivial.
As far as CSV is concerned, you could use JavaScript to process that file as needed.
The_docman
Propeller Head
Posts: 19
Joined: Thu Jun 04, 2015 9:22 am

Re: CSV/Database capabilities

Post by The_docman »

thanks
I will check it out.
Post Reply