October 29, 2020
Can you use variables to pull data fields into Captivate from a spreadsheet or database?
Comments
(4)
October 29, 2020
Can you use variables to pull data fields into Captivate from a spreadsheet or database?
Newbie 1 posts
Followers: 2 people
(4)

Can variables or similar functionality be used to pull data into a Captivate Project from a spreadsheet or database?

4 Comments
2021-11-30 03:51:08
2021-11-30 03:51:08

Thanks Bernie and Dustin

Like
2020-11-04 19:12:25
2020-11-04 19:12:25

Yes, you can. But it will take a lot of JS programming. You might want to use some open source code using JS for reading spreadsheet. I have not used any so I cannot recommend any. But there are plenty of already made modules like the one that Dustin recommended you to read.

But before you do all that work, stand back and ask yourself if what you really need is reading a spreadsheet or if you could use a database instead. Reading from a database will also require coding but it will be easier and you will find more examples.

Like
(1)
2020-11-04 17:10:11
2020-11-04 17:10:11

Here’s an article that leverages data in a JSON file:

https://jrdesign.com.au/captivate-importing-json/

Like
(2)
2020-11-02 21:32:24
2020-11-02 21:32:24

Yes its possible we often used data from mysql databases in captivate projects but you need to bring the data in using javascript there are several examples out on the web

 

Like
(3)
Add Comment