VoiceGuide IVR Software Main Page
Jump to content

Csv File

Recommended Posts

hi,

 

when the demo script, credit card payment, is run, a file in .csv format is created and all details are stored in it.

 

may i know is it possible to change this file format to something else for eg, microsoft access or normal microsoft excel?

 

thanks

Share this post


Link to post

Both MS Access and MS Excel can read the comma delimited (.csv) files...

 

You can just open them directly in Access/Excel...

 

If you wish to create your own log files please read the VG Help file's section on Run VB Script module - you can write out log entries of your own format using the Run VB Script modules and some examples are provided in the Help file.

Share this post


Link to post

But how do you input the entered data into the microsoft excel csv file?

 

Can I have the algorithm (a general guideline)?

 

Thanks

Share this post


Link to post

Just open the file in Excel...

Go to "File" menu, then select "Open" then in the Open File window set the "Files Of Type" to be "Text Files"...

Share this post


Link to post

What I mean is can I set up my own database and then overide the csv file such that all details are saved automatically to my database instead of the csv file?

 

If can, how do I go about doing that?

Share this post


Link to post

You can just write data to your database directly using a "DB Query" module...

 

To create your own text files (comma delimited or XML etc.) then you can just use a "Run VB Script" to write information to file - see VG Help file's section on Run VB Script for more information - there are examples provided there on how to do this.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×