Export of results into other than LMS

Hi there,
As a Captivate newbie, I'm having difficulty in getting
results experted seamlessly into a system other than a LMS.
I've seen some articles on using Cold Fusion and Excel
spreadsheets to export the data, but there is too much interaction.
What I'd like to do (if it is indeed possible) is to export
quiz results to a comma delimited file seamlessly on a remote
network drive, where the Company ERP system can then pick them up
and import using a perl script (or similar). The last part is
relatively easy, but the export from Captivate2 is what is
perplexing me.
Does anyone have any ideas that they could lend me on how the
setup of this could happen?
Thanks for being patient with this newbie.....
Gunnadothat.

Hello Gunnadothat.
There are a couple posts near to yours that give possible
solutions, such as access databases to sql databases. In your case
you specify a results.txt. If you choose either, getting commo
delimited files is easy.
Look at them and try it. All you would have to do, is instead
of pointing the results to a database, you specify the commo
delimited file.
Here is code and an example to do that.
http://www.codeave.com/asp/code.asp?u_log=148
Sorry, but you can't get away from the interaction. :)

Similar Messages

  • Http 404 error exporting query result into Excel.

    Hello. I'm getting an Http 404 The webpage cannot be found" error when trying to export any APEX application's query results into Excel (Application Express 3.2.1.00.10). This was working fine before. Nothing changed with our APEX application. I've been always using I.E. Version 7.0.5730.11 with no problems. I've reset the I.E. defaults and still the problem exists. I've downloaded Mozilla Firefox and the problem does not happen. However, I would like to know why my I.E. still gets this error? Any feedback or suggestions would greatly be appreciated. Thanks for your time.

    My EI settings are as follows:
    Tools -> Internet Options -> Security
    All Three: Internet, Local Intrarnet, and Trusted Sites ... at Custom Level have the following settings:
    Downloads:
    Automatic prompting for file downloads = Enable
    File download = Enable
    Font download = Enable
    Problem still exists.
    Thanks for the help.... any additional feedback or suggestions would greatly be appreciated. Thanks for your time.

  • CS4: Is it not possible to export States to anything other than GIF?

    I see the option to "export states to files," but there's no option to choose a file format other than the pre-filled GIF format. Is there no way to export states to flattened PNGs without going through and saving out each one? If not, I'm going right back to Photoshop and layer comps.  If it matters, I'm on a mac.

    Even though I didn't ask the question, thank you for this tip, Jim. I was having a problem with gradients banding and I knew the problem was related to the images being .gifs - I just couldn't figure out where to change that.

  • Exporting query results into a csv file using arabic and hebrew chars

    Hi,
    iv'e encountered a problem, using plsql to export a query into a csv file.. the arabic turns into question mark. Do you have any idea why?

    Usually this indicates a mismatch between client and database character set.
    How do you export this query?
    What is your database version?
    What is your client OS?
    T.

  • Export query results into .csv file?

    Hello I have a T-SQL script that gets row counts for a specified date range and then needs to loop (by incrementing +1 day to get the next day's counts) for a large date range.  I'm aiming to output & append each query results day counts
    into a .csv file via a SQL Agent job since this will take quite a while to complete.
    Would using the following as an example template...
    INSERT INTO OPENROWSET('Microsoft.ACE.OLEDB.12.0','Text;Database=D:\;HDR=YES;FMT=Delimited','SELECT * FROM [FileName.csv]')
    SELECT Field1, Field2, Field3
    FROM DatabaseName
    ...be the method or something else?
    If this is good to use I've tried running this but get the following error:
    Msg 7357, Level 16, State 2, Line 76
    Cannot process the object "SELECT * FROM [FileName.csv]". The OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)" indicates that either the object has no columns or the current user does not have permissions
    on that object.
    Thanks in advance.

    Hi Techresearch7777777,
    The error in your post says that the file FileName.csv has to be created with the column names in the first row. Like:
    Field1,Field2,Field3
    Either you can create a schema.ini file under the same folder:
     [FileName.csv]
     Format=CSVDelimited
     ColNameHeader=False
     Col1=Field1 [DataType]
     Col2=Field2 [DataType]
     Col3=Field3 [DataType]
    For the [DataType],you can reference
    Schema.ini File (Text File Driver)
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • Export audio for itunes other than aiff?

    I'm exporting some audio, dv based and ultimately want it in itunes (v7) both as an apple lossless and as an aac. I can export from fcp using quicktime conversion to both apple lossless and aac, audio only, .movs. For some reason I cannot get itunes to open or play these files.
    The only thing Itunes seems to like is if I export audio to aiff. Then itunes will play it (and of course I can convert it from there).
    Two questions... How do I get itunes to recognize these files. They are in a format it shoud recognize, no?
    If I can't, is there a quality loss by going up to aiff and then back down to apple lossless or aac?
    thanks

    AIFF is lossless, so no quality loss by going out that way.
    Patrick

  • Export slideshows to codec other than h.264?

    I'm trying to export a slideshow I've created for use in a larger video project. I brought up the "custom" option in the slideshow export options in iPhoto '09 and changed my QT settings to fit within the Final Cut Pro project.
    720x480, 29.97 fps etc. I changed the codec to a few different things (animation, prores, uncompressed) and every single time it snaps back to h.264 and turns the options for fast start and audio back on even though I unchecked them.
    Anyone know how I can get iPhoto to stick with a higher quality codec? The compression really makes the photos ugly and they are going to be edited with other video elements and recompressed for DVD eventually... I was hoping iPhoto would save me from having to put moves on 160 photos!

    No.

  • How can I export the query result into access(*.mdb) file?

    Dear all:
    I want to export the query result displayed in jsp into excel file
    and access file. And I have exported the result into excel format successfully, only one line should be added in the head of Jsp:
    <%@ page contentType="application/vnd.ms-excel; charset=gb2312" %>
    But how can I export it in access(*.mdb) file? I have replaced "excel"
    with "access". But it can't achive my goal.
    What should I do to achieve my goal?
    Thanks!

    The only reason your Excel export works is that Excel knows how to interpret comma separated values as an input file format. Access has no such beast.
    If you absolutely must provide info in an mdb, one solution would be to create an ODBC datasource pointing to an empty mdb, then push data into it using the jdbc:odbc bridge, then make a copy of the file and stream it down to the browser. You may run into some ugly file locking items here - set the ODBC connection so it is not shared, and that might help.
    This one is going to be ugly.
    I suppose another approach would be to write a simple VB applicatin that uses automation to create an MDB, then stream that file down to the browser from your servlet. That would almost certainly be faster than the ODBC approach.
    - K

  • How to Export BAM reports to other platform

    Hi
    I have created reports in BAM Server.Please tell me how to export these reports into other formats like-PDF,Exel
    Regards,
    Snehal

    Hi Snehal,
    Use the Excel View Widgets in BAM Studio.
    About Excel View
    The Excel spreadsheet view displays columns containing rows of data in a Microsoft Excel spreadsheet. This view enables you to save the content externally (outside of the Oracle BAM applications) in a Microsoft Excel spreadsheet.
    The Excel view requires that Microsoft Excel version XP, 2003, or 2007 is installed on the client computer.
    Best Regards
    Siva Shankar

  • Exporting other than english language pdf's into word

    Hello,
    I have pdf's that are in languages other than english e.g. german or sanskrit.
    I have Acrobat X1 Pro which I used to export the pdf's into word. The word documents really look nice but most of the words come up as garbage and random symbols. Is there a way to fix this problem?

    Acrobat XI does not support Sanskrit, but you can specify the document language as German.
    When exporting the file, on the Windows "Save As" dialog, select the "Settings" button. Then slect the "Set Language" button and set the language in the next dialog.

  • How can I open a PDF into an iBooks folder other than PDF folder?

    How can I open a PDF directly into a folder in iBooks other than the PDF folder?  I have different folders made and am currently having to open into the PDF folder and then move to the correct folder. Can I open directly into the needed folder? 

    No, I don't think so. The pdf isn't capable of knowing which folder you would like it to open in – all it knows is that it is a pdf. It's up to you to put it in the appropariate folder.

  • I'm wondering if there is any way to view the results of the form other than in a spreadsheet?  Is it possible to print responses one by one in PDF format, or word, etc?  I'd like to create a form for proposal applications, and the spreadsheet format resu

    I'm wondering if there is any way to view the results of the form other than in a table?  Is it possible to print responses one by one in PDF format, or word, etc?  I'd like to create a form for proposal applications, and the spreadsheet format results are nearly unusable for this type of form.

    Hi Nalani500 ,
    Yes, you can print the response in a PDF by following the steps suggested below.
    1) Go to the response file
    2) Select the response you want to print
    3) Click on Save as PDF button and it would save the selected response in PDF format.
    Thanks,
    Vikrantt Singh

  • What's Happening?? Some days after installing latest security up date for 10.5.8 on G4, both inernal CD/DVD drives failed to mount disks other than a cleaning disk which mounted and was imported into iTunes.No other CD or DVD disk will mount.

    What's Happening?? Some days after installing latest security update for 10.5.8 on G4, both inernal CD/DVD drives failed to mount disks other than a cleaning disk which mounted and was imported into iTunes. No other CD or DVD disk will mount.Is this a unique experience?

    Hello Robert,
    First, Safe Boot , (holding Shift key down at bootup), use Disk Utility from there to Repair Permissions, test if things work OK in Safe Mode.
    Then move these files to the Desktop...
    /Users/YourUserName/Library/Preferences/com.apple.finder.plist
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    /Users/YourUserName/Library/Preferences/com.apple.desktop.plist
    /Users/YourUserName/Library/Preferences/com.apple.recentitems.plist
    Reboot & test.
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.

  • How do I burn files into a CD other than by burning music through iTunes?

    How do I burn files into a CD other than by burning music through iTunes?

    Hi,
    see here: http://support.apple.com/kb/HT1328
    Happy New Year
    Stefan

  • Is there any other method other than se78 to upload a graphic into SAP R/3?

    Hi,
      Is there any other method other than se78 to upload a graphic into SAP R/3?
    Anita Jeyan

    hi ,
    just use  OAER or RSTXLDMC program
    it will definately help you
    regards
    rahul

Maybe you are looking for

  • OS 10.4.8 Problem

    I just installed OS 10.4.8 via Software Updates. Now ... Every time my computer tries to "sleep" it errors out and instructs me to restart my computer. Then I have to "report" the problem to Apple. It seems to work fine in between boots. What's going

  • Setting Ind/Coll indicator in a sub-con PO

    Experts, We have a situation where for a MTO sub-con Sales Order we end up with stock available for the component & hence would like to put in an enhancement to set the Individual indicator for the comp to Collective. I'm not sure where the Ind/Coll

  • What is the data format of the image buffer from a NI-IMAQ 1394 acquisition?

    I am acquiring a framebuffer which I desire to process using my own code. The configuration is: Set ATTR_VIDEO_FORMAT 1 Set ATTR_VIDEO_MODE 3 Results in Get ATTR_IMAGE_WIDTH == 1024 Get ATTR_IMAGE_HEIGHT == 768 Get ATTR_IMAGE_REP == COLORID_YUV422 Ge

  • Is it safe to compress Listener logs while system is running ???

    Hi there, I am new to RAC and am working on 24*7 databases in a RAC CLuster. There is a very large listener_scan2.log in the /u01/11.2.0/grid/log/diag/tnslsnr/<server name>/listener_scan2/trace folder, the file is about 2.8 G. I have done some resear

  • Question - unzipping files

    When saving files many of them seem to get zipped. When I click on them to try and open them there is a momentary flash and then the zip appears as before. How do I open these files? Mart Bi