Exporting Quiz Results to Excel or .csv file

I have a captivate file that I need to be able to export the
data to a .csv file or a excel spreadsheet. I need to be able to do
this as this is for a research project and will not be run with any
network connectivity to an LMS. The data would then be imported
into a database from that format. I would appreciate any help that
someone could give me on this.

Welcome to our community, David
You may wish to review a Captivate Developer Center article
that may help here.
Click
here to review the article
Cheers... Rick

Similar Messages

  • Submit quiz results to one single .csv file

    How can I submit quiz results (over 200 people will be taking
    my captivate quiz) to a single .csv file?
    Right now, the quizes are submitted to my email address and
    attached to the email as a POSTDATA.ATT file. I have to manually go
    into my Outlook and save attachment as "FnameLname.csv”. So
    each quiz taker will have an individual .csv file! So I will have
    over 100 emails and over 100 .csv files!!!!!
    How can I make the quiz results submit to a single
    Quiz_Results.csv file on my web server instead?

    The way I would do this is to submit the scores into a
    database. In between Captivate and the database you'll need
    middleware (.asp, asp.net, ColdFusion, etc.). This middleware
    receives your data from Captivate and processes it - submitting it
    into the database. You can then write another middleware page that
    produces a report (web page table, or exports .csv file) with the
    data stored the database.
    Another possibility is to use Captivate's built-in SCORM
    functionality and submit user scores into an LMS, then run reports
    and export .csv files from your LMS.
    Sorry - I don't think this functionality is built into
    Captivate to join multiple records into one .csv file.

  • Ssrs 2008 export to excel and csv file

    In a ssrs 2008 report, the user will export data to PDF, excel, and CSV files. When the report is exported to excel or csv file, the user wants me to hide some tablixes. Thus can you show me code on how to export the reports to csv or excel file without
    and be able to hide a few tablixes?

    Hi jazz_dog,
    According to your description, you want to set the visibility for some tablixes based on the exporting file type. Right?
    In Reporting Services 2008, we don't have any parameter to get type of exporting file. So we can only create a parameter and select a type before exporting to a file. Then use conditional expression to control the visibility. It's definitely not a good workaround,
    so your goal can't be achieved in Reporting Services 2008. However, for Reporting Service 2008R2 or later version, we have a build-in parameter called Render Format Name, this parameter will display the type of exporting file automatically. So we can make
    the judgment in expression based on the value of this parameter.
    Reference:
    Built-in Globals and Users References (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • SQlldr Error while uploading "excel" or "csv" file.

    Hello to community,
    We are using Oracle AS(application Server) 10g as a "web Server" & "database Server"
    The Database Server is having an NFS Partition,which has mounted onto "Web Server"
    So, if any client tried to upload any excel OR csv file , the Web Server will redirect that file data onto "database" server" through NFS partition.
    By clicking "upload" button from client end, they are getting a strange error. By checking "ias_console" log file, I have found below latest logs,which belongs to the error. Kindly let me know where is the problem coming from.
    The Database Server Shared NFS partition name is "web_upload" & we have same "web_upload" partition on the "web server". The command of mounting NFS partition is given below.
    On AIX web Server :- mount <ip address>:/file_data/web_upload/ /web_upload/
    SYNTAX :- <ip add of db server>/mount point "web server mount point"
    The error is as given below.
    09/06/09 15:27:47 NumIdle: 2
    09 Jun 2009 15:27:47,764 [DEBUG] - [ com.vat.website.service.DatabaseService ] [ private Connection getDBConnection() ] Exited
    09 Jun 2009 15:27:47,764 [DEBUG] - [ com.vat.website.service.DatabaseService ] [ private Connection getDBConnection() ] Exited
    09 Jun 2009 15:27:47,766 [DEBUG] - [ com.vat.website.service.DatabaseService ] [ private void initialize() ] After getDBConnection called,
      connection object is: org.apache.commons.dbcp.PoolableConnection@1048a893
    09 Jun 2009 15:27:47,767 [DEBUG] - [ com.vat.website.service.ExcelUploadService ] [ public boolean insertFileDetails(ExcelDataBean databean,String
      strFname) ] strUniqueKey:select  web_uploaded_file_history_seq.nextval from dual
    09 Jun 2009 15:27:47,767 [DEBUG] - [ com.vat.website.service.DatabaseService ] [ public ResultSet executeQuery(String strQuery) ] Entered
    09 Jun 2009 15:27:47,773 [DEBUG] - [ com.vat.website.service.DatabaseService ] [ public ResultSet executeQuery(String strQuery) ] Exited
    09 Jun 2009 15:27:47,774 [DEBUG] - [ com.vat.website.service.ExcelUploadService ] [ public boolean insertFileDetails(ExcelDataBean databean,String
      strFname) ] insertQuery:INSERT INTO WEB_UPLOADED_FILE_HISTORY(WUF_SERIAL_NUMBER,WUF_DEALER_ID,WUF_PERIOD_FROM,WUF_PERIOD_TO,WUF_FILE_PATH,WUF_FORM_NO,WUF_SERVER_IP,WUF_UPLOAD_YN,WUF_CREATED_DATE,WUF_CREATED_BY,WUF_ORIGINAL_REVISED,WUF_SHEETS_NUMBER,wuf_reco
      d_key)VALUES('2658271','T00100001000306',to_date('01/01/2009','dd/mm/yyyy'),to_date('31/01/2009','dd/mm/yyyy'),'/web_upload/090609/VAT
      Returns/000000/0000000000/Form201/0000000000_0T201BO0109_009062009152747.csv',replace(decode('T201B','T201M', 'T201','T201B'),'T','VAT-Form'),(select
      RPAD(sys_context('USERENV','IP_ADDRESS'),15,' ') AS client_ipaddress from dual),'Y',SYSDATE,'WEB','O','0','3317063')
    09 Jun 2009 15:27:47,791 [DEBUG] - [ com.vat.website.service.DatabaseService ] [ public void closeDBConnection() ] Entered
    09 Jun 2009 15:27:47,791 [DEBUG] - finalDate:01-JAN-2009
    09 Jun 2009 15:27:47,792 [DEBUG] - finalDate:31-JAN-2009
    09 Jun 2009 15:27:47,806 [DEBUG] - [ com.vat.website.utils.PropertyCache ] [ static Object getValue(String propertyName, String propertyFileName)
      ] Entered
    09 Jun 2009 15:27:47,806 [DEBUG] - [ com.vat.website.utils.PropertyCache ] [ static Object getValue(String propertyName, String propertyFileName)
      ] Entered
    09 Jun 2009 15:27:47,806 [DEBUG] - [ com.vat.website.utils.PropertyCache ] [ static Object getValue(String propertyName, String propertyFileName)
      ] Entered
    09 Jun 2009 15:27:47,806 [DEBUG] - [ com.vat.website.action.UploadAction ] [ public ActionForward submit(ActionMapping mapping, ActionForm
      form,HttpServletRequest request, HttpServletResponse response) ] Executing: sqlldr parfile=parafile.par silent=feedback direct=Y at location:
      /web_upload/090609/VAT Returns/000000/0000000000/Form201/SQLLdr
    It seems that this problem is due to "Sqlldr" then how to troubleshoot this problem?
    Waiting for your favorable response,
    Advanced Thanks,
    Nishith Vyas.

    Flat File was in error.

  • Help me in creating a Device Collection - i have a list of machine name (in a excel or CSV file)

    Hello Guys,
    I have created a Device collection for UK region (2000+ machines)
    Now i have been given a list of 1000 machines to which i need to deploy an application.
    I have to create a device collection for this 1000+ machines. as an input i have a excel or CSV file with a list of machine names.
    Please suggest me how can i create a device collection with CSV file as input. Is my CSV file should be in particular format.
    Or is there any other way i can create a collection for this 1000 specific machines.
    Please suggest.

    My previous post was for sccm 2012.
    here its for 2007
    In the Operating System Deployment section of SCCM right click on Computer Association and choose
    Import Computer Information
    when the wizard appears select Import Computers using a file
    The file itself must contain the information we need in this (CSV) format
    COMPUTERNAME,GUID,MACADDRESS
    (sample below)
    Quote
    deployvista,3ED92460-0448-6C45-8FB8-A60002A5B52F,00:03:FF:71:7D:76
    NEWCOMP1,55555555-5555-5555-5555-555555555555,05:06:07:08:09:0A
    NEWPXE,23CA788C-AF62-6246-9923-816CFB6DD39F,00:03:FF:72:7D:76
    w2k8deploy,BFAD6FF2-A04E-6E41-9060-C6FB9EDD4C54,00:03:FF:77:7D:76
    if we look at the last line, I've marked the computer name in Red, the GUID in BLUE and the MAC address in GREEN, separate these values with commas as above.
    w2k8deploy,BFAD6FF2-A04E-6E41-9060-C6FB9EDD4C54,00:03:FF:77:7D:76
    the file can be a standard TEXT file that you create in notepad, and you can rename it to CSV for easier importing into our wizard...
    so, click on Browse and browse to where you've got your CSV file
    on the Choose Mapping screen, you can select columns and define what to do with that mapping, eg: you could tell it to ignore the GUID value (we won't however)
    on the next screen you'll see a Data Preview, and this is useful as it will highlight any errors it finds with a red exclamation mark, in the example below a typo meant that it correctly flagged the MAC address as invalid
    so edit your CSV file again and fix the error, click previous (back) and try again
    Next choose the target collection where you want these computers to end up in
    review the summary
    in SCCM collections, we can now see the computers we've just imported from File,
    Enjoy
    Nikkoscy

  • How To Split Large Excel or CSV Files into Smaller Files

    Does anyone know how to split a large Excel or CSV file into multiple smaller files?  Or, is there an app that will work with Mac to do that?

    split [-a suffix_length] [-b byte_count[k|m]] [-l line_count] [-p pattern] [file [name]]
    is a native Terminal command. Read up more on https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/ man1/split.1.html
    I prefer to use gSplit which is gnu coreutils.
    You can install gnu coreutils using homebrew.

  • Parsing Excel's CSV file in PL/SQL

    Someone may need this...
    This procedure parses a line of Excel's CSV file into a PL/SQL table's elements.
    FUNCTION func_split_csv (p_string IN VARCHAR2)
    RETURN gt_tbltyp_strings
    IS
    * NAME: func_split_csv
    * PURPOSE: Split the passed Excel's CSV strings into tokens.
    * Returns PL/SQL table of strings.
    * REVISIONS:
    * Author Date Description
    * S.Stadnik 12/12/07 Initial
    * PARAMETERS
    * INPUT : p_string - String to be tokenized
    * OUTPUT : None.
    * RETURNS: PL/SQL table of strings.
    TYPE gt_tbltyp_strings IS TABLE OF VARCHAR2(32000) INDEX BY BINARY_INTEGER;
    -- Local constants
    c_str_proc_nme CONSTANT VARCHAR2(100) := gc_str_package_nme||'.func_split_csv';
    -- Local Variables
    v_int_location PLS_INTEGER;
    v_tab_tokens gt_tbltyp_strings;
    v_str_token VARCHAR2(32000);
    v_str_char VARCHAR2(1);
    v_int_table_pos PLS_INTEGER := 1;
    v_int_idx PLS_INTEGER := 1;
    b_bln_open_quote BOOLEAN := FALSE; -- Flag, indicating that double-quote is opened
    BEGIN
    v_int_location := 0;
    -- Is the string is empty, return an empty table
    IF p_string IS NULL THEN
    RETURN v_tab_tokens;
    END IF;
    -- If the string does not contain delimiters, return the whole string
    IF InStr(p_string, ',', 1) = 0 THEN
    v_tab_tokens(v_int_table_pos) := p_string;
    RETURN v_tab_tokens;
    END IF;
    -- Loop thru all the characters
    WHILE v_int_idx <= Length (p_string) LOOP
    v_str_char := SubStr(p_string, v_int_idx, 1);
    CASE v_str_char
    -- Double quote encoutered (special case)
    WHEN '"' THEN
    -- If no double-quote was opened, this is an opening quote
    IF b_bln_open_quote = FALSE THEN
    b_bln_open_quote := TRUE;
    -- '""' translates to '"'
    ELSIF SubStr(p_string, v_int_idx + 1, 1) = '"' THEN
    v_str_token := v_str_token || '"';
    v_int_idx := v_int_idx + 1;
    -- If double-quote was opened, this is a closing quote
    ELSIF b_bln_open_quote = TRUE THEN
    b_bln_open_quote := FALSE;
    END IF;
    -- Coma encoutered (special case)
    WHEN ',' THEN
    -- If double-quote was opened, this is part of the string
    IF b_bln_open_quote = TRUE THEN
    v_str_token := v_str_token || ',';
    -- If double-quote was not opened, this is a delimiter, save the string
    ELSE
    v_tab_tokens(v_int_table_pos) := v_str_token;
    v_str_token := '';
    v_int_table_pos := v_int_table_pos + 1;
    END IF;
    -- Any other character is passed into the string
    ELSE
    v_str_token := v_str_token || v_str_char;
    END CASE;
    v_int_idx := v_int_idx + 1;
    END LOOP;
    -- If final token lenght is non-zero after we processed all the characters,
    -- OR if the last character of the source string is ','
    -- Add the final token into the table
    IF Length(v_str_token) != 0
    OR SubStr(p_string, -1, 1) = ',' THEN
    v_tab_tokens(v_int_table_pos) := v_str_token;
    END IF;
    RETURN v_tab_tokens;
    EXCEPTION
    WHEN OTHERS THEN
    -- Put your favourite error handler in here
    END func_split_csv;

    Yes, I agree.
    That was written for a particular case:
    - When the CSV file is an Excel's file,
    - When it is impossible to put the file onto the DB server, so we couldn't use external tables, and the whole contents had to be passed as a CLOB parameter.

  • How to Read excel or .csv files in java

    I am writing a program which takes input as excel or .csv file.
    How to read these files.
    Any API's are existed or need to use the third party jar.
    Please suggest me.
    Thanks & Regards

    Did you search in google? Did you search here? There are so many excel related questions here, including answers about third party libraries.
    I have the impression that you didn't research at all.
    _[How to ask questions|http://faq.javaranch.com/view?HowToAskQuestionsOnJavaRanch]_ It's the same here.

  • How to import data from excel or csv files to Oracle table

    hello everybody,
    I am new here and new in Oracle. I would like to know the steps how to import data from excel or csv files to Oracle table.
    Let say I already have table inside the Oracle. Then my user give me the sets of data inside the Excel Worksheet.
    So, how can I import the excel data into Oracle table.
    Thank you in advance.
    cheers,
    shima

    Even easier. Download JDeveloper 11G from this site.
    Set up the database connection, right click on the table, select Import->Excel and specify your file to load it. On the import pop-up, you must view and update each tab indicating Columns, Data Types, and DML.
    Columns -- move the selected columns that you want to load to the box on the right
    Data Types -- select column name from second column to which the data for each column of the import file should load
    DML -- click this tab to generate the INSERT SQL
    Once done click 'Insert'

  • Load prompt values from Excel or CSV files?

    Hello all,
    We have report and users want to upload filters to prompts on the reports from excel or csv files. They cannot enter one by one because they some times have hundereds of values (customer numbers) to filter. Is there a way to do that? If it is then how is it possible?
    Thanks a lot.

    Hello Zahid,
    It is currently possible to create a relational multi-source universe with one data provider to an Excel document.
    for this to work for Web Intelligence the 62 bit drivers must be installed on the Webi Server for Excel.
    Here is a link to the kbase
    https://service.sap.com/sap/support/notes/1828466
    Also here is a link to the Information Design Tool Guide for how to create a multi-source universe:
    http://service.sap.com/sap/support/notes/1898185
    One of the new features in BI 4.0 is creating a list of values on a Table or custom SQL.
    also, here is the link to the available tutorials:
    Official Product Tutorials – SAP BusinessObjects Business Intelligence Platform 4.x
    Scroll down to the information design tool.
    Hope this helps!
    Jacqueline

  • I am trying to export a Numbers spreadsheet to a csv file, but it does not put the commas in

    I am trying to export a Numbers spreadsheet to a csv file, but it does not put the commas in.  I want to use it with an HTML table generator tool, but the tool is looking for commas.   The Export to CSV exports it as a spreadsheet with all the formatting removed, and no commas.
    Here is the html table tool:
    http://www.textfixer.com/html/csv-convert-table.php

    Numbers '09 create CSV files with comma separated values if and only if your system is using decimal period.
    If the system is using decimal comma, the CSV files are created using semi-colon as separator.
    Yvan KOENIG (VALLAURIS, France)  dimanche 11 décembre 2011 11:11:25
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • How can I export the report to Excel or CSV format in Rational(Java)?

    <p>Dear all,</p><p>Now I develop CR report integrate with Web application, I use Ratioanl(RAD) to develop. And I want to export the report to Excel/CSV format, but always failed.</p><p>If I force it export CSV file in the system, when I use MS office to open this CSV file, the file content is bad.</p><p>Could any one tell me how to achieve this?</p><p> Many thanks!</p><p>Steven</p>

    <p>CR4E is bundled with RAD 7...actually to be clear it is a version of CR4E Professional. Users of RAD 7 will also get a dev/test license of CR Server as well as number of additional features to support developing applications against their BusinessObjects Enterprise or Crystal Reports Server systems. For more information regarding the RAD 7 launch you can read the press release here:</p><p><strong><a href="http://biz.yahoo.com/bw/061205/20061205005363.html?.v=1">http://biz.yahoo.com/bw/061205/20061205005363.html?.v=1</a> </strong> </p><p>I am hoping to do a webinar in January highlighting a number of the new features available with the IBM Rational Application Developer integration.</p><p>As for RAD 6 support, unfortunately the CR4E toolkit does require Eclipse 3.2 support so it will not work with RAD 6. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) <br /><br /> <strong><a href="http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central</a></strong>          </p>

  • How To Export from Mac address book to CSV file

    In Mac's address book: How do you export a highlighted group of *contacts to a cvs file* (so that I can import in groups by my categories into Google contacts- that way it is easier to sort/designate the contacts one I get the contacts there into Google).
    I can sync them all- but then I'd have to put them into their categories one at a time, there are too many...
    thx missy
    (I'm used to ms office and pc's)

    Okay, *I got this issue worked out;here's how.* (Unfortunately the mac app AB2CSV doesn't open up to the screens it's supposed to in order to choose and convert or save contacts to a csv file and did crash my address book- which was very scary to see my 1533 contacts vanish!! )
    Luckily somehow I had made an archive file of them all and got them back into my mac Calendar unscathed -so I lucked out...
    Today at my local Apple Store in Nashville *I was shown a better way-and I'm glad to share this with you*:(They also set up my mobile me and my itouch to sync my contacts and emails too-plus got my contacts synced up to my GoogleApps acnt- so now I am in the clouds, backed up, and liberated-in spite of myself!!)
    *iWorks Numbers* works similar to msExcel, so you *open up Numbers* ;get on to a *new blank page*;also *open Address Book* and highlight the contacts from your address book and *drag them right on to your Numbers page*; like magic it looks like an excel spread sheet (you can choose the columns/headers you want to use ie name,phone #,street,city, email, etc even the notes); then you go up to *Share in the menu*; *choose csv file*; and *save it*...Thank you Apple store Green Hills!! you saved me today!!

  • How to export the result to excel or txt as the SQL result format.

    Hello,
    I want to know how to export the result of the Oracle select result to a txt or a excel file.What is the command.
    I knew the command of spool,but the format of it export is not the same to the result of Oracle result area.
    Thank you very much.

    Hello Yucky,
    what do you mean by
    the format of it export is not the same to the result of Oracle result areaDo you mean the output of a tool other than SQL*PLUS?
    To enhance the formatting of a spool file you can set
    SET MARKUP HTML ON
    SPOOL ONthis will add html markup to format the output as a html table which you can open in a browser or in excel.
    Regards
    Marcus

  • Export Failed.  Failed to write CSV file.  HELP!

    We are new to Numbers and were able to export a csv file of our data earlier.
    Now we get this error when I try to export. I can find no explanation and export attempts fail.
    Any ideas? Ultimately, I am trying to export a file of contact e-mail addresses.
    Export to PDF works fine.
    Export to Excel will work with this error:
    Export Warning - Header and footer cells were exported as body cells but will look the same.

    Hello md_raffiq81,
    As this requirement is related to PowerShell script, to receive better support, it is recommended to post in the TechNet Script forum.
    The professionals there will be glad to help you.
    https://social.technet.microsoft.com/Forums/Windows/en-US/home?forum=winserverpowershell
    Thanks for your understanding.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

Maybe you are looking for

  • Adobe Galleries in iWeb 2? html snippets?

    What I am seeking is a better grasp of how the html widgets work - but most specifically, I want to put some Adobe galleries on my iWeb site. iPhoto doesn't seem to do the trick I want - which is a horizontal row of thumbnails in one pane/frame & the

  • IBook G4 no power

    I have an iBook G4 (1.2 ghz) that will not power on. The battery shows all lights so it is charged and even when I take the battery out and plug in the adapter there is still no power. However, when the adapter is plugged in it does have the green ri

  • Drop down box in SAP QUERY

    Hello Friends, I have developed a SAP QUERY using SQ01, SQ02, SQ03. It displays an ALV output. Now for some particular fields, I want a drop down box in the output ALV. Since in SAP QUERY output alv and final table runs at runtime I am not able to pu

  • User exit during creation of notification

    Hello! I am creating a notification. Required start date and time is mandatory. Now I want that difference between notification creation date and required start date should not exceed 30 days. This can be achieved by user exit. Which user exit should

  • Problem when saving files (file already exists-)

    Woking in CS5.1. When I save a document (as opposed to "save as"): I get a message "some of the specified files already exist in the target location. The files marked below will be replaced". The file I am working on gets saved, but creates a second