"Save as csv" sets quotation marks around the whole line

Our client reports:
Data portal->Right click->Save as->Select "Data type": "Textfile - Auto detect (*.csv)"->Save.
Result of saving:
"TIME    V    V_ABS"
"63.0235776    0.105263157894737    28.6153372301571"
"63.0235936    0.105264137235745    28.6156034598028"
Therefore values of channels with same index (and a header) are compound to one cell due to quotation marks around.
By me it doesn't happen, but by a client.
Client has normal German Windows 7 region/language configuration.
Any idea, how a client can save as csv without quotation marks around the line?
Solved!
Go to Solution.

Using a script it is possible to write CSV files Excel natively opens like given in this forum entry.
But be aware that you need different kind of files depening on your country.
In the Excel world CSV means "Character Separated Values".
e.g.:
US
dim targetFilePath : targetFilePath = "C:\temp\EXAMPLE.csv"
Call DataFileSave("<filename>" & replace(targetFilePath, "&", "&amp;") & "</filename><decimalpoint>.</decimalpoint><delimit​er>,</delimiter>", "CSV")
Germany
dim targetFilePath : targetFilePath = "C:\temp\EXAMPLE.csv"
Call DataFileSave("<filename>" & replace(targetFilePath, "&", "&amp;") & "</filename><decimalpoint>,</decimalpoint><delimit​er>;</delimiter>", "CSV")

Similar Messages

  • (JPA) quotation marks around column names

    Hello,
    we use postgres in our project.
    But the table and column names are not in lowercase, (the first character is upper).
    Is there a way that the jpa puts quotation marks around the table and column names in the queries, because postgres converts them all to lowercase if there are no quotation marks.
    And then we get the error that the relation does not exist.
    thanks!
    Dirk

    You can quote database identifier by explicitly placing quotes around them. For example as follows
    @Table(name="\"TableName\"")

  • DTW using .txt file adds quotation marks around BP Name

    I am importing new Business Partners using .txt file because of comma's in BP names.  When I import the BP names, quotation marks are added.  How do I get rid of the quotation marks?

    Gordon, thanks for the suggestion, it is helpful.  However, in this case, there were no quotation marks in the Legacy System, and when I imported using .csv files, I had no problems.
    When I switched to .txt, DTW added them somehow.
    Thanks,
    Avraham

  • How can I put a colored border around the whole page?

    I just want to know how to pur a colored border around the whole page?

    Hi Rachel,
    Here's an example. Instructions follow the image:
    Start with a new, Blank word processing document.
    Insert a rectangle shape (the darker green is the default colour)
    Change the colour to your desired border colour, using the Fill Color well in the format bar.
    Set the Stroke to none, using the first popup menu on the Format bar. (I missed this step in the example, leaving the black line seen at the rigth edge of the pages.)
    Drag the handles to resize to shape to cover the whole page.
    Go to the View menu and choose Show Layout to see thae area that text will occupy.
    Insert a second rectangle shape on the page.
    Set its Fill colour to whatever bckground colour you want in the text area,
    Set the Stroke to none.
    Resize the second shape to fit just outside the text area indicated on the Layout.
    Select both shapes, then go Arrange > Group.
    Go Arrange > Move Object to Background.
    Go Format > Advanced > Move Object to Section Master.
    If either of:
    Go Arrange > Make Background Objects Selectable
    Go Format > Advanced > Make Maste Objects Selectable
    have checkmarks beside them,
    Select that item to uncheck it.
    The frame will now appear on every page in the section.
    Regards,
    Barry

  • I Have a Mac 10.2 and a HP 6700 all-in-one printer,when I set-up to print the top line of the image is cut off

    I Have a Mac 10.2 and a HP 6700 all-in-one printer,when I set-up to print the top line of the image is cut off

    If there isn't a Page Setup in the Print Dialog, open Text Edit>Edit>Page Setup, check borders there or use Custom Page setup & save.

  • How to upload CSV file w/o ,, for the last line

    Hi Experts,
    As part of one interface uploading the csv file (4coulmns) manually using the TCODE: CSCA_FILE_COPY.
    After uploading when i see in the AL11 as it is csv file it is filling the , in each space.
    But my issue while running the interface (because of logic in it) checking for the hash total in the last line where (record count, hash total) only 2 items should come but because of manual upload adding the (record count, hash total, , ,) another two spaces.
    Where program not moving further becasue the it is alway comparing the amounts (1000.00 not matching with 1000.00, , ) it is not processing. In production files directly load in to unix server so no issues and i can't ask to change the program code...because iam not following the process. As part of testing i've to do manually only.
    Please suggest the workaround for this.
    Is it possible to change the contents directly in AL11 directly....then HOW ?
    or
    How to create a csv file w/o , , in the last line (may be it is not possible) ?
    Thanks for your replies in advance.
    Regards
    VVR

    I don't think you can edit from AL11, nor creating a CSV without those commas at the end because are created to state fields with empty value.
    You have 6 columns filled with values but for the last line you only fill the first four. It is expected to appear , , for the last 2 columns on the last line.
    I can only suggest keep doing it manually before uploading the CSV file... or... you are saying you can't change the program.
    How about upload all CSV files... then writing another program to get those files from AL11 and delete the spare commas at the end line?
    Cheers,
    Andres.

  • Html text anchor tag uses the whole line

    Here's one. When I pull in html formatted text into a text
    field and set the paragraph to align right, the whole line is set
    as a link.
    Is there anyway to make it so the link is not made for the
    whole line?
    Example:
    <p align="right"><a href="link">Link
    Text</a></p>
    Any help would be appreciated.
    Wally

    TIm,
    Thanks for doing that. I came up with the same results. Since
    I'm loading everything from external files, I wanted to shy away
    from escaping all those characters. But, you definately helped me
    come up with a solution.
    I took some of my text links and dropped them all into a test
    movie I had been working with and had accidently left the
    <title> tag in the head, which shows up in the html. Needless
    to say, the text "untitled document" did NOT have the hyperlink
    applied to it.
    So I got to thinking, "What if I put text before and after
    the anchor tag." And sure enough. NO HYPER LINK on the new text. So
    then I got to thinking, "Hmm. Maybe I'll just put a character in
    before and after the hyperlink and set it's color to white so it
    won't show up."
    Sure enough it worked. So, that's my fix/workaround. If you
    have a hyperlink that is aligned right and it shows up on the whole
    line, put a character before and after the hyperlink and make it's
    color the same as the background.
    It worked, but
    HELLO ADOBE / FLASH TEAM!!! Please fix the bug and implement
    HTML 4.0 or above so we don't have to come up with these crazy
    workarounds,
    please.
    Thanks everybody who helped out on this. Great community!
    Wally

  • AppleScript to delete the whole line if ..

    Im using the following code to find and replace with "target word" but I would like to DELETE the whole line instead of replacing the actual word.
    so it would be
    if the line contains www.network -> Delete the whole line.
    Thanks in advance!
    set theTargetWords to {"www.network"}
    tell application "Pages" to activate
    tell application "System Events" to tell process "Pages"
      -- Open the "Find & Replace" window:
      keystroke "f" using command down
              repeat until exists window "Find & Replace"
              end repeat
              tell tab group 1 of window "Find & Replace"
      -- Adjust the settings:
      click radio button 2 -- Advanced
                        if value of checkbox 2 is 1 then click checkbox 2 -- Don't match case
                        if value of checkbox 3 is 1 then click checkbox 3 -- Whole words
                        if value of checkbox 1 is 0 then click checkbox 1 -- Search previous text (loop)
      click pop up button 1 -- find in
      click menu item 1 of menu 1 of pop up button 1 -- Entire document
      click pop up button 2 -- replace style
      click menu item 1 of menu 1 of pop up button 2 -- Any
      -- Delete every target word:
                        set value of text area 1 of scroll area 2 to ""
                        repeat with thisWord in theTargetWords
                                  set value of text area 1 of scroll area 1 to thisWord -- the target word
                                  click button "Replace All"
                        end repeat
              end tell
    end tell

    if you want to script an application, read and use the application scripting dictionary. using System Events to script the GUI is something you should only do as a last resort. It creates clunky, slow, overly complex, and breakable scripts.
    try this to start:
    tell application "Pages"
              delete (every paragraph of body text of document 1 whose contents contains "some key phrase")
    end tell

  • ITunes doesn't display the whole line

    Most of my iTunes looks like this:
    I have plenty of space on the screen, but can't see the whole line. Anyone know how to fix it.

    You signature shows you have Mac OS X 10.7.4.
    If you do not have an Info tab in iTunes, you have Mac OS X 10.9.
    You sync Contacts & Calendars using iCloud, not iTunes.

  • When I highlight a word..it highlights the whole line

    I am trying to edit in the timeline and when I highlight a word or text and release it it highlights the whole line not the selected words.
    thanks
    Naru

    It sounds like you need to change your path operations?
    Is it showing:
    change to:

  • While typing in an email, I can not delete or backspace a single letter. When I delete one letter, the whole line disappear.

    While typing in an email, I can not delete or backspace a single letter. When I delete one letter, the whole line disappear. I am using Window 7 and latest Firefox.
    == This happened ==
    Every time Firefox opened
    == Using Firefox on my new machine with Window 7.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • How To Add the Double Quotation Marks Around a String

    In the statement below, the recipientField.getEmailAddress() give me an e-mail address:
                 theEmailAddressList.add( recipientField.getEmailAddress() );The e-mail address has to be wrapped within a pair of double quotation marks. Therefore, I have to do the concatenation. Do I wrap each double quotation mark with a pair of single quotation marks?
                 theEmailAddressList.add( '"' + recipientField.getEmailAddress() + '"' );

    I do not understand.
    I am asking if the statement below does what I intend to do:
                 theEmailAddressList.add( '"' + recipientField.getEmailAddress() + '"' );

  • How can i get the correct text from a string like it show in the original source with the quotation marks in the right place ?

    The text is in hebrew so the problem is that sometimes the quotation marks not in the right place.
    For example i have this text: תווית
    על בגד: ''תן לאישה לכבס. זה תפקידה''
    This is the source original text you can see the quotations marks and they are not in the right place and all i did is copy paste.
    And this is a screenshot of how this text looks like in the website in the original:
    You can see now where the quotations marks should be.
    Now this is how i'm using the text in my program:
    First of all i'm using a webclient to download the page from the website and i'm also encoding it to windows-1255 since it's in hebrew.
    using (var webClient = new WebClient())
    webClient.Headers.Add("user-agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)");
    byte[] myDataBuffer = webClient.DownloadData("http://rotter.net/scoopscache.html");
    page = Encoding.GetEncoding("windows-1255").GetString(myDataBuffer);
    Then i'm extracting the places i need by reading the html file lines and parsing the right text and it's link.
    string loc;
    List<string> metas = new List<string>();
    List<string> metas1 = new List<string>();
    List<string> lockedLinks1 = new List<string>();
    string text = "";
    string mys = "";
    public List<string> LockedThreads(string filename)
    lockedThreads = new List<string>();
    lockedLinks = new List<string>();
    Regex textRegex = new Regex("ToolTip.*?(?=','<)");
    string[] fall = File.ReadAllLines(filename);
    for (int i = 0; i < fall.Length; i++)
    if (fall[i].Contains("http://rotter.net") && fall[i].Contains("locked")||
    fall[i].Contains("locked_icon_general") ||
    fall[i].Contains("locked_icon_anchor") ||
    fall[i].Contains("icon_anchor") ||
    fall[i].Contains("locked_icon_fire") ||
    fall[i].Contains("locked_icon_sport") ||
    fall[i].Contains("locked_icon_camera") ||
    fall[i].Contains("locked_icon_movie"))
    Regex linkParser = new Regex(@"\b(?:https?://|www\.)\S+\b", RegexOptions.Compiled | RegexOptions.IgnoreCase);
    foreach (Match m in linkParser.Matches(fall[i + 2]))
    if (m.Value.Contains("><b"))
    loc = m.Value.Replace("\"><b", string.Empty);
    lockedLinks.Add(loc);
    string txt = fall[i - 1];
    string text = textRegex.Match(txt).Value.Replace("ToolTip','", String.Empty);
    if (text.Contains("&rsquo;"))
    text = text.Replace("&rsquo;", string.Empty);
    lockedThreads.Add(text);
    Already here on the List lockedThreads you can see the quotation marks not in the right place as in the original:
    After i'm parsing the text and links and adding them to the Lists in another class i'm doing a comparison using this Lists:
    foreach (List<string> l_branch in ListsExtractions.responsers)
    TreeNode l_node = treeView1.Nodes.Add(l_branch[l_branch.Count - 1]);
    if (ListsExtractions.lockedThreads.Contains(l_node.Text))
    l_node.ImageIndex = 0;
    l_node.SelectedImageIndex = 0;
    for (int l_count = 0; l_count < l_branch.Count - 1; l_count++)
    TreeNode l_subnode = l_node.Nodes.Add(l_branch[l_count]);
    if (ListsExtractions.lockedThreads.Contains(l_subnode.Text))
    l_subnode.ImageIndex = 0;
    l_subnode.SelectedImageIndex = 0;
    The problem is in the line:
    if (ListsExtractions.lockedThreads.Contains(l_node.Text))
    When it's getting to the line with the quotation marks it's never equal.
    Now there are more quotation marks.
    In general the problem when comparing both text if it's having quotation marks it's not the same.
    So i have two options:
    1. To fix it somehow so the quotation marks will be the same in both variables when comparing and also the same like in the original as they show in the html page.
    2. To remove the quotation marks from both variables.
    What should i do ? And how ? I was prefer to use the original quotation marks like in the original since they have a meaning in the place they should be. The question is how can i do it ?
    This is example of the block from the html file where the text with the quotation marks is:
    <TD ALIGN="RIGHT" VALIGN="TOP">&nbsp;<font size=-1 color=#ff9933><b>9418</b></font>&nbsp;</TD></TR><TR BGCOLOR="#eeeeee">
    <TD ALIGN="RIGHT" VALIGN="TOP">
    <body onmousemove="overhere()">
    <a onmouseover="EnterContent('ToolTip','תווית על בגד: &rsquo;&rsquo;תן לאישה לכבס. זה תפקידה&rsquo;&rsquo;','<u><span style=color:#000099;>כתב: Spook בתאריך: 08.03.15 שעה: 22:11</span></u><br>מחאת טוויטר קמה בעקבות תוויות שוביניסטיות שהדפיסה חברת אופנה באינדונזיה לפיהן תפקיד הכביסה מוטל על האישה. החברה התנצלה אך כנראה רק עשתה רק יותר נזק לע...'); Activate();" onmouseout="deActivate()" href="javascript:void(0)">
    <img src="http://rotter.net/forum/Images/new_locked_icon_general.gif" border="0"></a></TD><TD ALIGN="right" VALIGN="TOP" WIDTH="55%">
    <FONT CLASS='text15bn'><FONT FACE="Arial">
    <a href="http://rotter.net/cgi-bin/forum/dcboard.cgi?az=read_count&om=189696&forum=scoops1"><b>
    <font color="898A8E">תווית על בגד: ''תן לאישה לכבס. זה תפקידה''</b>
    </a></font></TD>

    Ok, it is unclear on what is happening here.
    Are you saying that when the webclient gets the data that it is not honoring the quote characters? Or the processing of the data buffer is causing issues?
    This is what I see the of your example text which is trying to be parse out:
    <a onmouseover="EnterContent('ToolTip','תווית על בגד: &rsquo;&rsquo;תן לאישה לכבס. זה תפקידה&rsquo;&rsquo;','<u><span style=color:#000099;>כתב: Spook בתאריך: 08.03.15 שעה: 22:11</span></u><br>מחאת טוויטר קמה בעקבות תוויות שוביניסטיות שהדפיסה חברת אופנה באינדונזיה לפיהן תפקיד הכביסה מוטל על האישה. החברה התנצלה אך כנראה רק עשתה רק יותר נזק לע...'); Activate();">";
    It appears to me that the  escapes `&rsquo;` does not have matching `&ldquo;` anywhere within the tooltip. So it appears that the page properly places left quotes in when processing the page, but the raw html has broken text.
    Hence a garbage in, garbage out situation.
    William Wegerson (www.OmegaCoder.Com)

  • Quotation marks in the forum

    The Summary line doesn't show it, but when we use the
    keyboard double-quote symbol (not &quot;smart quotes&quot;)
    it comes out as &amp;quot; ..... &amp;quot;
    Is it the &quot;same&quot; for everyone else?
    It looks OK in preview.
    Harvey

    Hi Harvey
    My own guess is that they were busy making changes last
    Friday when the forums were down. I'm guessing that the upgrade was
    to better familiarize us with HTML coding.
    Cheers... Rick

  • How can I put a marker on the time line ?

    Hi,
    I'm trying to set a marker on a composition timeline with a script but... I can't do it.
    I easily create a marker on a layer in my composition, I easily create a marker on my composition when nested in an other comp, but I just don't find how to say, "Hey, I just want you tu put a marker on top of everything", just when you hit the " * " on your keyboard with no layer selected.
    Can anyone help me ?
    Thx,
    See ya.
    --- EDIT ---
    I totally missed it when I first searched on the forum, but I found this thread : http://forums.adobe.com/thread/496748?tstart=180
    Two years ago, my request was impossible to solve, is it the same now ?

    What do you mean when saying "if the same name exists" ? If the same menu item exists ?
    Yes, for example "File > Import > File..." and "Composition > Save Frame As > File...", both are labeled as "File..."
    app.executeCommand(app.findMenuCommandId("File..."));     Wouldn't know which one you are talking about.

Maybe you are looking for

  • Trouble shooting the export function

    I am a new user to CS4 Premiere 4.1.0 as part of my master suite program bought 2 weeks ago. I can't find any trouble shooting help or explanation of error messages in the program's help section; I have tried most of the trouble shooting steps (other

  • Chart Multiple Series - Line/Column Alignment

    In one of the pages from the charting section of the Adobe's online Flex help, http://livedocs.adobe.com/labs/flex3/html/help.html?content=charts_types_12.html#227567 there's a picture near the top showing a line chart overlaid on a column chart, and

  • Terms for a BW developer

    Hi guys I am atechnicaL BW Developer.Recently,I joined one support BW project on financial data and going through its Blue print docs.I came across many terms which may be you can explain better.I am the only support one inproject.So donot have anyon

  • Can you change the icloud email address linked to you icloud account?

    Some how the my husbands iCloud email address got linked to my iCloud account is there a way to change the iCloud email address to another?

  • Select where case

    I am trying to build the query below to throw in SSRS.  I have a multivalued parameter called @category.  When the value of USCATVLS_2 is blank I want to still have the option to pull it in my report.  Below is what I have started that doesn't work.