Export Excel with text containing commas and transport returns

I am trying to export the result to a query of discoverer to Excel.
The text field has many characters, including commas and spans multiple lines.

Text in the cell is
"The list of companies that are domiciled in an eligible country.

Eligible countries are: Brazil, Chile, China, Colombia, Czech Republic, Egypt, Hong Kong, Hungary, India, Indonesia, South Korea, Malaysia, Mexico, Morocco, Peru, Philippines, Poland, Russia, Singapore, South Africa, Taiwan, Thailand and Turkey.

Companies are known to be constituents of the countries where they are legally registered. »


Export excel sheet is cropping of text characters.
and only the following text is exported to Excel
"The list of companies that are domiciled in an eligible country.

"Eligible countries are: Brazil, Chile, China, Colombia, Czech Republic, Egypt, Hong Kong, Hungary, India, Indonesia, Malaysia, Mexico, Morocco, South Korea,

Any idea what is the problem?

Hello

Excel has a limit of 256 characters for each cell, so you'll need to export to a different type of export such as html or silk.

Rod West

Tags: Business Intelligence

Similar Questions

  • OBIEE 11.1.1.5.0 export Excel with filters?

    Hi all

    Is it possible to OBIEE 11.1.1.5 to export the analysis with active filters?

    Thanks in advance,

    Alexander.

    Go to the view Options when you select Narrative View or PivotTable dynamic in that you can see a filter, simply click and export the results to excel it will work under the screen shot for your reference.

    Recordings_2 - download - 4shared

    Check if helps.

    Thank you

  • OracleException "ORA-01008: not all variables ' what SQL text contains both '-'and':'

    We have stumbled into what seems to be a similar bug as @user4111944 and Alex Keh - Product Manager-Oracle in ManagedDataAccess - bug in the drive when you use '-'and':' SQL text .


    We use Oracle.ManagedDataAccess v. 12.1.2400 (last NuGet package) and get an OracleException with the message


    ORA-01008: not all variables


    When we try to run the following code:


    var l_connectionString = "a connection string.

    var l_commandText = "UPDATE table_test SET col_description = '-test', col_time =: param WHERE col_id = 42 ';

    using (IDbConnection l_connection = new Oracle.ManagedDataAccess.Client.OracleConnection(l_connectionString))

    {

    l_connection. Open();

    var l_command is l_connection. CreateCommand();

    l_command.CommandText = l_commandText;

    var l_parameter is l_command. CreateParameter();

    l_parameter. ParameterName = "param";

    l_parameter. Value = DateTime.Now;

    l_command. Parameters.Add (l_parameter);

    l_command. ExecuteNonQuery());

    }

    The code runs perfectly if the omission of the '-' OR the side of a parameter value assignment (i.e. omitting ', col_time =: param').

    The stack for the OracleException trace is as follows:

    at OracleInternal.ServiceObjects.OracleCommandImpl.VerifyExecution (OracleConnectionImpl connectionImpl, Int32 & cursorId, bThrowArrayBindRelatedErrors Boolean, OracleException & exceptionForArrayBindDML, Boolean hasMoreRowsInDB, Boolean bFirstIterationDone)

    at OracleInternal.ServiceObjects.OracleCommandImpl.VerifyExecution (OracleConnectionImpl connectionImpl, Int32 & cursorId, bThrowArrayBindRelatedErrors Boolean, OracleException & exceptionForArrayBindDML, Boolean bFirstIterationDone)

    at OracleInternal.ServiceObjects.OracleCommandImpl.ExecuteNonQuery (String queryString, OracleParameterCollection paramColl, CommandType commandType, OracleConnectionImpl connectionImpl, longFetchSize of Int32, Int64 clientInitialLOBFS, OracleDependencyImpl orclDependencyImpl, Int64 [] scnFromExecution, OracleParameterCollection & bindByPositionParamColl, Boolean bBindParamPresent, OracleException & exceptionForArrayBindDML, Boolean isFromEF)

    at Oracle.ManagedDataAccess.Client.OracleCommand.ExecuteNonQuery)

    UPDATE 1:

    Now, I have tested with older versions of Oracle.ManagedDataAccess.dll thus:

    • ODAC 12 c Release 4 (12.1.0.2.4 - released October 5, 2015) -fails with ORA-01008: not all variables
    • ODAC Release 3 (12.1.0.2.1 - published December 23, 2014) 12 c - fails with ORA-01008: not all variables
    • ODAC 12 c Release 2 (12.1.0.1.2 - released on December 20, 2013) - successful!

    Therefore, changes in driver management Oracle introduced between December 20, 2013 and December 23, 2014 has caused this problem.

    UPDATE 2:

    I dug some more in the question and after decompilation December 2013 and December 2014 versions, I found the piece interesting next to the code in the implementation of the ExecuteNonQuery()) method in the inner class OracleInternal.ServiceObjects.OracleCommandImpl. The code in red was added in the version of December 2014:

    ...

    else if (commandType! = CommandType.TableDirect)

    {

    OracleCommandImpl.TrimCommentsFromSQL (ref str);

    this.m_sqlStatementType = OracleCommandImpl.GetSqlStatementType (str);

    this.m_bHasReturningClause = OracleCommandImpl.HasReturningClause (str, this.m_sqlStatementType);

    }

    ...

    Take OracleCommandImpl.TrimCommentsFromSQL () method for a test ride easily reveal its weaknesses. It does not take into account the sequence '-' may appear in a quoted string, treating them as a comment and deletes the rest of the line...

    Could you please address this issue?

    Best regards

    Bernt

    Yes, the cause seems exactly the same thing as Bug 22308527. Once fix us this bug, please fix your problem as well.

  • How to create A PDF with text OCR invisible and no Unicode font incorporated

    We have a code that converts TIFF (usually traveled and OCR'ed) in PDF format. Currently, I extend this code:

    1. be PDF/A compliant (or PDF/A-1b "Unicode" or PDF/A-2u).
    2. Add Unicode text 'behind' the image to make the PDF can be accessed, and
    3. while making (2), do not embed all fonts (which is allowed in PDF/A, as long as the text is invisible).

    I managed to generate a PDF file that pass the test of PDF/A preflight in Adobe Acrobat 9 (we have yet a license for a newer version), and which is also consistent with other requirements above, with one of the problems during their opening in Acrobat (9) or Acrobat Reader (DC), I get the error "cannot find or create the police."

    CannotFindorCreateFont.png

    Currently, we use the following code to PDF in our output:

    3 0 obj
    <</Type/FontDescriptor/FontName/DummyInvisibleMonospace/Flags 34
    /FontBBox[0 0 600 1000]/ItalicAngle 0/Ascent 1000/Descent -300
    /CapHeight 700/StemV 0/MissingWidth 600>>
    endobj
    4 0 obj
    <</Type/Font/Subtype/CIDFontType2/BaseFont/DummyInvisibleMonospace
    /CIDSystemInfo<</Registry(Adobe)/Ordering(UCS)/Supplement 0>>
    /FontDescriptor 3 0 R/DW 600/CIDToGIDMap/Identity>>
    endobj
    5 0 obj
    <</Length 374>>
    stream
    /CIDInit /ProcSet findresource begin
    12 dict begin
    begincmap
    /CIDSystemInfo 3 dict dup begin
    /Registry (Adobe) def
    /Ordering (UCS) def
    /Supplement 0 def
    end def
    /CMapName /Adobe-Identity-UCS def
    /CMapType 2 def
    1 begincodespacerange
    <0000> <ffff>
    endcodespacerange
    1 beginbfrange
    <0000> <ffff> <0000>
    endbfrange
    endcmap
    CMapName currentdict /CMap defineresource pop
    end
    end
    
    endstream
    endobj
    6 0 obj
    <</Type/Font/Subtype/Type0/Name/F1/BaseFont/DummyInvisibleMonospace
    /Encoding/Identity-H/ToUnicode 5 0 R/DescendantFonts[4 0 R]>>
    endobj
    7 0 obj
    <</Length 266193>>
    stream
    q 591.36 0 0 775.68 0 0 cm/I2 Do Q
    BT/F1 12 Tf 3 Tr
    % ...
    1.34762 0 0 0.88 308.64 576.624 Tm<0043004F004D00420049004E0045>Tj
    % ...
    ET
    endstream
    endobj
    8 0 obj
    <</Type/Page/Parent 1 0 R/MediaBox[0 0 591.36 775.68]
    /Resources<</XObject<</I2 2 0 R
    >>/Font<</F1 6 0 R>>/ProcSet[/PDF/Text/ImageB]>>/Contents 7 0 R>>
    endobj
    
    
    
    

    Replace the name of fancy font with that of one of the 14 standard fonts, said Courier, does not help.

    Unfortunately, I was not able to find or create PDF sample files that show how to add invisible text without embedding a font. I could operate without a Unicode mapping, referring to the Courier not incorporated and using WinAnsiEncoding. However, in order to use the Unicode format, I have to add some police structures, so there's a ToUnicode mapping according to the PDF/A standard, and then I can't get rid of this warning, which of course would make it unusable PDF for our customers.

    I couldn't really find in the PDF specification or the PDF/A standard what exactly "do not embed a font" meant on a technical level. I assumed that this meant "leaving aside the tag /FontFile2 and police data, to which it refers", but apparently, this isn't quite the case.

    If this is not possible, I might incorporate a fake police, like empty Adobe but with (empty) glyphs that have a width, but it really shouldn't be necessary if I understand standards.

    Any help or tips at least are appreciated.

    Published by: Gerben your; separate long lines in the code.

    Published by: Gerben your; Comment on Adobe-Blank as police.

    But it's a required parameter with sense. Encoding is highly relevant for embedded and not embedded fonts. So it must be good, not just there... and it is not normal for a substitution font...

  • Images with text on the same page in epub seem to be changing color to the export profile

    I create a fixed provision epub heavy photo and I noticed that after exporting, pictures with text on the same page are exported with a totally different and much more saturated look to them.  As if they were exported under a different color profile.

    All pages that include no text but just includes a graphic/photo, the image appears normal in the preview.  I tried several things like manually set two different images to specific color profiles.  I changed the conversion to ensure that everything is export in jpg format.  Cannot quite understand how to solve this problem.

    Has anyone experience this problem?

    He solved.  The problem was caused by blocks of text that had their transparency set to 0%.  Removing those, the problem has been resolved.

  • Import excel 2003 and 2007 files that contains numbers and text in LabVIEW

    Hello

    I try to import *.xlsx files (2007) containing numbers and text in LabVIEW and som *.xls (2003), but I can't make it work. First column with the text and the second with numbers.

    Can someone help me with a small example? Is there an easy way?

    FYI

    I have access to all packages and addons for LabVIEW through my work (University)

    Best regards

    Simon

    There is an example usage of the reporting tool.

    http://decibel.NI.com/content/docs/doc-4965

    It should give you a starting point.

    I hope this helps.

  • Commas and periods are different in Excel export than shows the dashboard

    I have a user in Spain who is having this problem:

    (A) on his dashboard, a value is displayed like this:

    1.234,56

    BUT...

    (B) where it exports in Excel, the value comes out like this:

    1,234.56

    (Notice the difference in the comma and the period between A & B).

    I am from the United States, so I that value always see as A, but it seems that in Spain the user always wants the value to display as B.

    All the world has already seen this problem? If so, how could it be fixed?

    Hello

    Also look for oracle support doc

    OBIEE 11 g: how to control thousand and Decimal Separator when you export an analytics report to Excel (Doc ID 1452362.1)

    (mark this message as useful or appropriate if that helps!)

    Kind regards

    -DM

  • Export to HTML format with text "preformatted"?

    Hello

    I have a column varchar2 with contains carriage returns.  I want to run my query in SQL Developer and 'export' the results in HTML format.  But when I do, the data in the column lost things like several spaces and returns the cart.  That's why I want to mainly export the column with the < PRE >... < / PRE > html tags.  Any way to do this from SQL Developer?

    Example of table in sqlplus:

    SQL> create table my_demo (MY_TEXT varchar2(255));
    
    Table created.
    
    SQL> insert into my_demo values ('Hello'||CHR(10)||'   World');
    
    1 row created.
    
    SQL> select * from my_demo;
    
    MY_TEXT
    -----------------------------------------------------------------
    Hello
       World
    
    
    SQL> 
    

    So what I want is the MY_TEXT column in the HTML export file to show the world "Hello" above indented it word 'World', just like we see in SQLPlus (my actual query is obviously much more complex).  If I try to select the column with string literals '< PRE >' and ' < / PRE > ' around the column MY_TEXT it does not work and indicates those string and not as HTML tags.

    In SQL, we can use "COLUMN".... ENTMAP OFF"- but who does not work in SQL Developer.  Similarly, I don't see how the / * fixed * / index of the SQL Developer will help me.

    Suggestions?  An option may be missing me?

    Thank you.

    I suppose the best solution that I could do was modify the query for:

    Select '

    '||my_text||'
    "from my_demo;

    Then export it to HTML format.  Then open it with my favorite text editor and make the following replacements:

    < PRE >--->

    </PRE>    --->   

    Save my raw HTML code after manually making the substitution with the text editor and now I have the registered page displays properly as I want it.

    While work work - around, I was just hoping that there was a better solution that does not need me manually change the HTML in a text editor.

  • Exported text and carriage return

    Hello

    After you export a history selected with a JavaScript in an external text file, there is always a carriage return too the end of the file exported.

    How can I get rid of this CR?

    Thank you!

    I * think * "e" mode is messing things here, i.e., you * are * changing the string, but rewriting it replaces the original text less transport returns to the end, and because you stop to write here, the original file data remains. Don't know if it's like 'e' is supposed to work, but then again, remove from the equation makes things work.

    (It actually also needed a ' file.seek (0) ' at work.)

    It is a slightly better way: open for read only, read, close; Remove carriage returns (line feeds as well, and sometimes I work on Windows here); open for writing and recording.

    For safety, I replaced the blind slaughter of the 'last character' with one; any number of returns at the end is deleted, or none if there is none in a first time.

    function delCR(file)
    {
        var myFile = file.open("r") ;
        var myCont = file.read();
        file.close();
        var myShortCont = myCont;
        while (myShortCont.substr(myShortCont.length-1) == '\r' || myShortCont.substr(myShortCont.length-1) == '\n')
         myShortCont = myShortCont.substr(0, myShortCont.length - 1);
        myFile = file.open("w") ;
        file.write(myShortCont);
        file.close();
    }
    
  • Using 'text field contains comma-separated values' on a parameter of %

    Hello

    I use a parameter that has more than one value to be entered, separated by commas. I checked the box 'text field contains values separated by commas' for the parameter and set the sql code by using the operator 'in' so that the column will look in the multiple input values (e.g. family name in (: surname_par)). However, as passing multiple values parameter must also be able to manage %'s. As the sql uses the 'in' operator, BI Publisher brings back an error because % is supposed to bring all family names and not people with a last name of %. Is there a way to get around this?

    Thank you

    If you try to pass multiple values separated by commas and in addition also takes the query to return the data when the user types just in '%', then you could write something like this in your query:

    Select * from table_name
    where ((1 = DECODE (: surname_par, '%', 1, 0)) OR family name in (: surname_par))

    I hope this helps. Please award points if helpful/correct.

  • Export Excel has a field with the exp notation

    I have a paintings that when it download to excel changes the exp notation, for example 1560010939089
    1.56001E + 12

    It is supposed to be a number of 1560010939089, how can I stop downloading from convert?
    Thanks for your help!
    Doug

    Hi Doug,.

    You can write your own procedure to export to excel. As follows, you can do so and also to solve the problem you are experiencing.

    1. create a report on the emp table, showing sal, ename and empno column.

    2. create a blank page.

    3. create a process before heading in this white page with the following code:

    declare
    I have NUMBER: = 0;
    Start
    -Set the MIME type
    owa_util.mime_header ("application/octet", FALSE);
    -Place the name of the file
    HTP.p ('Content-Disposition: attachment; filename = "emp.csv" ');
    -Close the HTTP header
    owa_util.http_header_close;
    -To loop through all the rows in the EMP
    for x in (select ename, empno, sal
    WCP
    where deptno =: P73_DEPTNO)
    loop
    i: = i + 1;
    -Print a portion of a line,
    -separated by commas and ended with a CR
    If I = 1 then
    HTP. PRN ('Name' |) ',' || 'Empno ' | «, » || "Salary". Chr (13));
    end if;
    HTP. PRN (x.ename |) ',' || x.EmpNo | ',' ||
    '='||'"'|| x.Sal |' » ' || Chr (13));
    end loop;
    -Send an error code so that the
    -rest of the HTML does not
    htmldb_application.g_unrecoverable_error: = true;
    end;

    4. create a button in the report to branch to the empty page created above.

    And that's all.
    Note that I used '=' and 'in the procedure above to treat the number of shaped question.

    It will be useful.

    Thank you
    Zahid

  • Ask the AD with a known attribute and additional attributes to export

    I have a list of users in an excel sheet spread where the only AD attribute is EmployeeNumber. I need a script which will focus on the EmployeeNumber attribute and export as well as the ObjectGUID and LegacyExchangeDN attributes in a csv file

    My situation is as follows. I have an application that contains some of the information in a sql database. These fields are LegacyExchangeDN and ObjectGuid. I also have a list of users in an excel spreadsheet and the only AD attribute in this spreadsheet is EmployeeNumber. I am trying to find a way to search these users in AD using the employee number and export the ObjectGuid, LegacyExchangeDN, and EmployeeNumber attributes in a csv file, so I can handle them then for my application needs.
    Thanks for any help

    Bill

    Better, this question is asked on the Technet site.  http://social.technet.Microsoft.com/forums/en-us/categories/

  • Export to Excel with af:switcher - generated blank excel file

    Hello

    I'm using a piece of .jsff that has a component af:table with an af:switcher on a column to return the column as an outputText in a case or an af:CommandLink based on another case.
    When you examine the properties of the table in the Inspector properties, under the heading of the columns, I see the "component for use" for this column is now of type af:switcher.

    Since then, Export To Excel only works with the valueHolders, is there any workaround solution to achieve this when excel is empty for this column since it is now of type af:switcher?

    Thank you.

    I found the solution and I wanted to share with everyone.
    Rather than use a component af:switcher, replace it with an af:panelGroupLayout and change the rendered attribute to display the same value of af: column as an af:outputText or an af:commandLink.

  • How to disable MO when he moving to an adjacent button with text"the container"?

    I have three main buttons that once rolled on activate a submenu text below them using 'set the text in the container. My problem is, to keep the relationship with the home button and the submenu it is, we want to keep it to the mouseover state when browsing by menu of the text. The problem is, how can I disable it (make the button back to the original image) when the user moves to one of the main other buttons or even away from the menu SUP area (which is something that we live with, if necessary, but it would be nice to make it disappear when moved to a different area of the page)? I want it to appear like a passage of the mouse when you move in the SUP menu (let active for the "container" can be covered), but it is very important to return to the original state once the other main buttons are moved to the course. Can you assign other images that leaves an area of container/button?

    Here is the url for the online reference site (especially since I am probably more described...)

    www.tandemgw.com

    Thank you very much for your help!

    Stephanie:

    http://www.murraytestsite.com/test-NAV2.html

  • Card export to Excel, vbscript column contains an obsolete reference

    I have an explicit card that has as its target account A500

    This was changed to A500D, which no longer exists.

    When I export this map to Excel, while the target column reflects A500, the VBSCRIPT column shows A500D

    Where is he getting this value, is this normal and if it allows me to load to the correct target?

    I won't be able to try any validation until next week, but wanted to check in advance

    Thanks for any help

    Hello

    The column of VBScript only plays in Between, In, and Like mapping. Are you sure that not looking for a similar rule, only in one of these types to the place? Export to Excel exports the cards (Explicit, Between, in, and Like) for this dimension.

    Also, if it's really an "Explicit" card, the only way that a value can be placed in this column is through a poorly configured model. Where someone filled out a wrong model when it was imported... because the 'Explicit' screen in the web-gui does not give you this field as an option to enter a value with.

    In any case, the column is not relevant for the explicit mapping, so I don't see the harm in changing the value. Please note that the import of models is not a replacement/merge/update. Mapping, so is the only way to change existing editing via the web-gui, or removal of all import of a new model.

    Hope this helps...

Maybe you are looking for

  • Laptop HP 15-f111dx: 10 windows clean install

    My laptop came originally with 8.1 Windows preinstalled (purchased in 2014). Last year, I did the free update for Windows 10. I also did the original OS HP Recovery disks for the supplied Win 8.1 system with my laptop, and I did the 10 Windows upgrad

  • RAID... That's what can make the RAID with the TD230

    Hello Have a bunch of TD23013U and the more recent TD23019U. Both are equipped with RAID, Intel on board and a LSI9240-8i. Q: outside the box, the Intel RAID on board can do RAID 5 or is a key separate required for this (in part not please and FRU nu

  • IExpress.exe

    I can compress (son of media | * .mp3) and a batch file to open. batch file so open media

  • WAV file labels

    Hi people, I wonder if there is a solution for my problem with wav files. When put the wav lossless in the Fuze + (I use the latest firmware) marks of the order of the songs in an album appear to be lost/mixed up like a punctual but permanent shuffle

  • WRV220 client access?

    I have a client who is looking into buying this route and have a few questions and I thought why not ask the experts on the forum of Cisco. Here is what he is looking ot "what we need is a router which built in the radius authentication or page serve