Special characters and exporting to CSV

I'm trying to concatentate a number of strings and cells containing strings to return a single string which will also contain double and single quotes. Such as
"The is 'my' return string and I need "this" in double quotes".
Is this possible?
The second part of this is that i then need to export this as a CSV file however when I've exported double and single quotes from Numbers they appear in the CSV as some unprintable weird figure rather than " and '.
Any suggestions would be greatly appreciated, I can't see any documentation going to this level of detail. I've never had this issue with other spreadsheet programs.
Thanks,

oops
I used smart double quotes not smart single ones.
I edited the doc and here are curly single quotes.
imported in neoOffice with utf8
imported in neoOffice with macRoman
imported in openOffice with utf8
imported in openOffice with macRoman
You may find the files in my iDisk :
<http://public.me.com/koenigyvan>
Download :
For_iWork:iWork '09:for_Numbers09:around CSV.zip
CAUTION
As my system is French, the CSV are using the semi-colon as separator.
Take care of that when you import in one Office application.
I just wish to add that opening a csv describing a spreadsheet in TextEdit is a bit curious
Yvan KOENIG (VALLAURIS, France) mercredi 14 avril 2010 16:18:16

Similar Messages

  • Special Characters and spaces in Tablenames and Column Names are allowed ?

    Hi
    I have created two tables in Oracle10g
    as follows
    SQL> create table test(columna number,columnb varchar2(20),primary key(columna));
    Table created.
    SQL> insert into test values(1,'test');
    1 row created.
    SQL> commit;
    COMMIT är utfört.
    SQL> create table "test quote"("#" number,abc number,primary key("#"));
    Table created.
    SQL> insert into "test quote" values(1,2);
    1 row created.
    SQL> commit;
    COMMIT är utfört.
    SQL> select * from "test quote";
    # ABC
    1 2
    SQL> select * from test;
    COLUMNA COLUMNB
    1 test
    Now I want to cache the tables and their data into TimesTen
    The cache group for table test which is not having any spaces and special characters in table name and column names is created perfectly.
    But when I create the cache group for table "test quote" which is having special characters and spaces it gives error :
    Command>create readonly cache group w2 from testuser.test(columna number,columnb varchar2(20),primary key(columna));
    Command>select * from test;
    <1,test>
    1 row found.
    Command>create readonly cache group w3 from testuser."test quote"("#" number,abc number,primary key("#"));
    5140: Could not find TESTUSER.TEST QUOTE in Oracle. May not have privileges.
    Command Failed.
    Now there is contradiction that why cache group for table test is created successfully and why it is not being created for table "test quote".
    What I think is if special characters and spaces in column names and table names are possible in Oracle then it sould be possible in TimesTen.
    Any possible solution.
    Looking forward for your reply.
    Please help I am stuck badly.
    /Ahmad

    Hi
    Problem Solved ....... Remeber only Capital letters work with special characters ......
    /Ahmad

  • Special Characters and Structures

    For MathScript Nodes, I am trying to locate some Help for special characters and structures such as the proper ways of defining arrays, structures etc. and how and when to use ( ), { }, [ ], colons, commas, semicolons, etc. Can someone point me to this information? Thanks Jeff

    Hi Jeff,
    Yes, 2D array is acceptable in MathScript.
    I will try to give detail about your question. If I miss anything, please let me know.
    Define array - You should use [ ] to define and initialize an array. For example, A = [1 2 3; 4 5 6; 7 8 9] defines A to be a 3-by-3 matrix. Comma or space character separates element by element in one row. And, semicolon character separates row by row.
    [ ] - Another situation to use [ ] is to define a function. You should use [ ] to specify output, such as function [a, b] = foo(g, h).
    ( ) - Parenthesis is widely used in MathScript. 1) In a formula, parenthesis gives high priority to calculations within it, such as a*(b+c); 2) It is used in function call, such as sin(a); 3) It is used to specify input when you define a function.
    { } - MathScript can not accept cell array by now. Therefore, { } is not used.
    ' ' - Single quotation is used to define a string variable, such as b = 'MathScript'.
    ; - Semicolon is used to separates row in matrix or end a command, such as c = sin(1);. If you end a command with semicolon, it suppress the display out in MathScript Window. This does not work in MathScript Node.
    ... - It is used to separate a long formula into two lines, such as
    d = 1*...
    (2+3)

  • Special Characters and Glyphs

    How can i Insert Special Characters and Glyphs Edge Animate? any clue?
    I can embed my custom font that have the Glyphs, how do i insert after that the Glyph i want?

    depends what you want to do, but you can use the alt + codes like alt-0151 for em dash, etc... You can find tables online.
    For example: http://www.theasciicode.com.ar/

  • Error while handling special characters ( and &) in Sender File adapter

    Dear All,
    Scenario: Third Party System --> (File adapter) SAP PI 7.1 (SP05) --> (Proxy) ECC
    We are receiving CSV file and no mapping is required in PI as all the processing is being done by third party tool. But we are receiving special characters like ',",>,< and & in the csv file.
    When we are using File Type as TEXT and File Encoding as ISO-8859-1 than we are getting error. We changed File Type to BINARY and than we are able to handle ',",> but having issue in handling < and &.
    Any idea how we can handle it.
    Please note trhere is no Mapping in SAP PI so cannot uise Java mapping.
    Thanks a lot
    Chanakya

    Hey,
    You can add ABAP Script in Receiver Proxy for eliminating or replacing with NULL or empty. Since you dont have mapping for formatting these kind of junks you can follow the above approach.
    Else, you can remove the junks at OS level while running a small script and make it available to PI.
    Or else, you need to create mapping for sender and recevier structure though it is same, then you add a very simple UDF for fine tune.
    Use this UDF
    Here a is the input value.
    String b = "";
    b = a.replaceAll(",", "0");
    b = a.replaceAll("@", "0");
    Like all the special characters you can take and replace with zero.
    return b;
    Thanx
    Pothana

  • Problems with special characters when exporting to LDAP

    Hi,
    Im using standard report RPLDAP_EXTRACT to export data to LDAP. The problem is that the special characters (in this case polish letters) do not save correctly (we get for instance '?' instead of normal letter)
    I tried switching the configuration of the RFC destination (used: 'found communication Code Page option') but I get a message: "Your selection is restricted" and cannot make any changes.
    Can anyone please help in this matter?
    Regards,
    Hubert

    1) Your database should be able to handle and properly store all the supported charactersets needed. With UTF you are in the clear regarding storing all that kind off idfferent characters
    See http://www.oracle.com/technology/tech/globalization/htdocs/nls_lang%20faq.htm
    2) The recieving party (the cleint software) hopefully has a character set that supports all the characters that are offered by the database and can encode them. If not then you get toe upside down question markt or dark squares or something alike. If the client software is a browser, for instance windows internet explorer, then most encoding settings are buildin and you only have to switch. Sometimes you will have to add extra language support on Windows Internet Explorer. This behaviour is also the same on thick clients. Oracle by default sets these parameters in the registry, but on windows the can be overrulled on several levels like on system level, user level (start --> settings -- control panel --> system --> advanced tab --> environment settings) and or during execution via a app. configuration file or an export of the system variable on the command prompt... A unified business approach for how to handle this is needed otherwise you will have too look for these kinds off issues always all over the place (on windows and/or linux etc).
    Have a look at Mark's example of how things work regarding UTF and the like on the FAQ URL on this forum and the URL as show above. If completely lost, you will have to read up on it in the Oracel globalization / NLS manuals and see what is appropriate / can be done in your environment.

  • Problem with special characters and search

    In our SP environment (Build Version 15.0.4420.1017) we have the following problem:
    We upload a Word document containing the name Müller in its Authors field.
    After upload the author name gets displayed normally in the library. We can check that by adding a new column "_Author" in the library.
    When searching for the document, the search results display the author Müller as M�ller. This issue is probably due to the Search Indexer.
    Has this been fixed in any of the SharePoint Updates, or is a fix planned in the near future?
    I just noticed the following post, but the answer is not really convincing. This is clearly a bug.
    Search and special
    characters
    Thanks a lot in advance.
    Best regards
    John

    Hi John,
    According to your description, my understanding is that the Author showed incorrect character in SharePoint 2013 search result page.
    I tested the same scenario per your post in my environment, and the Müller showed correctly in SharePoint search result page.
    I recommend to reset the index in Search Service Application and run a full crawl to see if the issue still occurs.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Import from dsv files and export to csv files

    hi every body..
    how can I create a project in NetBeans which does:
    1- import a .dsv (Delimiter-Separated Values) file content and save it to array
    - the values in this format separated by fixed commas
    example
    "AIG" "Insurance" "64.91" "25/11/06"
    2- export into .csv file (Comma Separated Value)
    -the values in this format separated by commas
    example:
    AIG,Insurance,64.91,25/11/06

    Well, you need to learn Java so you can read files, divide the data by the delimiters, and then write it out as a csv file.
    Can't really give better instructions than that...maybe start by reading the basic tutorials?
    We don't give out full program code here so you'll need to ask more precise questions. Such as what is it that you're having problems with.

  • Error of Special Characters in Export to Excel

    Hi,
    I guess the error you are getting is a Parser error. To solve this problem, before putting the data on the XML file, you have to pass the data through an encoding process. For UTF-8 the code for encoding should be something like.
      public java.lang.String encodeSpecialChar( java.lang.String attributeValue )
        //@@begin encodeSpecialChar()
              //Created By : AVIK SANYAL Date : 28 March 2008.
              //          Check for special characters like "&" in the String.
              //      replace "&" with "&amp;"
              //      Returns the new encoded String.
              try {
                   if (attributeValue != null) {
                        attributeValue = attributeValue.replaceAll("&", "&amp;");
                        attributeValue = attributeValue.replaceAll("<", ""&lt;"");// this is & lt
                        attributeValue = attributeValue.replaceAll(">", ""&gt;"");//this is & gt
                   } else {
              } catch (Exception ex) {
                   //          wdComponentAPI.getMessageManager().reportException(
                   //               "Failed to convert the character.",
                   //               true);
              //Returns the encoded String.
              return attributeValue;
        //@@end
    Try this and let me know if this works. The reason is that in Binary Cache method, the data is passed in an XML format and the MS-Excel application reads this to show it in the spreadsheet. The characters '&', '<' and '>' can cause failure in reading from this file.
    Thank You
    Avik
    Edited by: AVIK SANYAL on Sep 12, 2008 10:45 AM

    OK....!!!!!
    just download the Excel file (*.xls) and try open with Word-MS. In the document search by the string that you have mentioned in the question. (Use Ctrl +F).
    If you see something like "ABC bla bla ba & instead of  &amp ,  then you have to pass the data through the code I've mentioned.
    You can get more details on encoding special characters UTF-8 in Google.com or Sun Websites etc.
    You can also encode the & in hexadecimal format to get the desired output.

  • ¿How to get activities templates collection from sr template and export to csv using powershell?

    Hi friends.
    I want to build a script that obtains the collection of activities templates from a sr template (filtering the sr template by displayname)  and export the list (template activities displaynames) to csv file.
    Thanks for advance.
    Cheers

    Import-Module SMLets -Force
    $templateName =  "SS-Internas" 
    $template = Get-SCSMObjectTemplate -DisplayName $templateName
    $templateAct = $template.ObjectCollection.PropertyCollection | Where { $_.Path  -eq '$Context/Property[Type=''CustomSystem_WorkItem_Library!System.WorkItem'']/Title$'}
    $report=@()
    foreach($value in $templateAct.MixedValue){
    $obj = New-Object PSObject -Property @{
    "DisplayName" = $value 
    $report += $obj
    $filePath = "E:\ACT_"+$templateName+".csv"
    $report | export-csv $filePath -NoTypeInformation -Encoding UTF8
    (Get-Content $filePath) | % {$_ -replace '"', ""} | out-file -FilePath $filePath -Force -Encoding UTF8

  • HT1146 Just started using Apple mail.  Trying to set up email folders with Company/Company P.O. and it won't work.  Went to Edit and added special characters and it still won't work.  What am I doing wrong or can this not be done.

    Just started using apple mail.  Trying to set up email folders with example:  Company/Company P.O.  It won't let me do it.  It will not allow / or . .  What am I doing wrong or can this not be done.  I tried to use the Edit menu and adding the special characters, but it still won't work.  Please advise.  mmather

  • Special characters and text positioning

    Hello Experts,
    In Dreamweaver, in inline text, I need to change a TM mark
    for a registered trademark symbol (a capital R inside a circle),
    and it must be raised above the text baseline -- superscript, I
    believe they call it.
    I found the Registered symbol in Insert > HTML >
    Special Characters. but I can't find a way to raise it above the
    baseline.
    Can anyone help?
    Many thanks for tips.
    Richard

    Bonnie wrote:
    > Thanks, Ade! (Was a dirty stop-out last night and had a
    shameful lie-in
    > this a.m.)
    No worries, we expect nothing less from you, Bonnie. ;)
    Cheers jojo
    Adobe Community Expert for Dreamweaver 8
    http://www.webade.co.uk
    http://www.ukcsstraining.co.uk/
    Extending Knowledge, Daily.
    http://www.communityMX.com/
    Free 10 day trial
    http://www.communitymx.com/joincmx.cfm

  • Special Characters and Importing .TXT files

    I am trying to import a .txt file that has special Characters.  The ñ works correct, but the ® does not import correctly.  Any Ideas?

    What is strange is that if I open the .txt file up on a windows machine the ® is there. 
    When placing your text file, check the "Import Options" box. You can choose platform, encoding, and, um, um, something else. But you need to specify Windows platform, I think. You might need to specify your encoding as well. You can use an app like TextWrangler or Ultraedit or something else to figure out your text encoding. Or you can use the Drunkard's Walk algorithm: just keep trying encodings randomly until you find the one that works.

  • Special characters and JDBC problem

    I am trying to retrieve special characters, e.g. c from the
    database. The problem is that the characters always show
    up as ?. I use getString to get the data from the database.
    The character set that my database uses is US7ASCII and the
    sqlplus program displays the correct dataset. It's only
    in the Java program where the display gets all screwed up.
    Help or direction of any kind would be greatly appreciated.
    -- Balendu

    This is because you are using the wrong database character set
    for storing your data . In the 7-bit ASCII encoding scheme, c or
    other non 7-bit data do not exist.
    Java can not handle the conversion of invalid characters inside
    your database , because it does not know what they are. What you
    need to do is to change your database character set to match the
    encoding of the data inside your database.
    Please check out the Character set migration paper on the
    Globalization Support Home page.

  • Special Characters and the Character Palate

    I am trying to type a composition for my Italian class. I need to insert a few accent marks. Common sense tells me that I should use the "special characters" option on the edit menu, and a little research explains that a character palate should pop up. However, when I click special characters, nothing happens! What do I do?
    Thank you for your help!

    Jennifer,
    Do I understand correctly that you are calling up the Character Palette (using, e.g. Edit/Special Characters...) and nothing happens, i.e. no Palette pops up?
    If yes, then Tom Genecke provided this link:
    http://docs.info.apple.com/article.html?artnum=307354
    which solved the problem for me right away.
    As for international characters, I warmly recommend including the US-Extended Keyboard in your layout (System Preferences/International/Input Menu). This allows you to use shortcuts for characters such as à or ì (Alt-`/~ (top left hand corner of your US keyboard) followed by the letter a or i, respectively), or é, á, or í (Alt-e followed by e,a, or i). And a host of others.
    Good luck on your composition!
    Michael

Maybe you are looking for

  • How do I get my itunes library from one computer to another?

    I do I transfer my itunesmusic library from my old Dell computer to my new?

  • Three monitors with Mountain Lion

    Under Snow Leopard I had two monitors connected to my iMac and all three screens worked just fine. Then I installed Mountain Lion.  The Imac can only find one of my two other monitors. What can I do to access the other monitor as well?

  • Track pad wont click and drag help?

    this may not be the right place but for some reason my track pad just randomly quit working when it comes to click and drag. i updated the software because i read one correct this issue but its still happening. can anyone help? do i need to take it t

  • Unable to email photos

    I wanted to email a photo to BBC South Today. It keeps getting returned, Error 552 -  exceeds message size. The first photo I sent was 9.32MB . I thought this would be ok as up to 25 MB is allowed?  I then resized it on photoshop to  5.52 MB, but thi

  • How to incorporate gradient fill in embedded files in Illustrator CC?

    I've placed File B (a circle with a gradient fill) inside File A (simple blue background). When I embed File B the gradient is not treated as a regular fill - instead it gets a weird double mask around it (see attached) Is there a way to embed and ex