Importing data for tuple changes the order from source file - please help

Hi all:
I am using MDM 7.1 with the new tuple functionality. I have to import some product texts in a specific order. Tuples is working fine, the only issue is that it changes the order of the rows when importing from Excel.  Let's say I have product number
A123, Text 1
A123, Text 2
A123, Text 3
When importing in MDM I get:
A123, Text 2
A123, text 3
A123, Text 1
It is changing the order in which records are from source Excel file. Any ideas on how to force it to import in the same order as source file?
Thanks,
-Arturo Blasi.

import java.util.*;
import java.io.*;
Student Name: Qiang Wu
Student Number: 205722913
public class Check05C
     public static void main(String[] args) throws IOException
          Scanner input = new Scanner(System.in);
          PrintStream output = System.out;
          output.print("Please enter filename...");
          File MarkFile = new File(input.nextLine());
          Scanner fileinput = new Scanner(MarkFile);
          double average;
          int maxmark = 0;
          int minmark = 100;
          int sum = 0;
          for (int score = fileinput.nextInt(); fileinput.hasNextInt(); score = fileinput.nextInt())
               sum = sum + score;
               if (score >= maxmark)
                    maxmark = score;
               else if (score <= minmark)
                    minmark = score;
          average = (maxmark + minmark) / 2;
          output.println("Class Average is: " + average);
          output.println("Maximum mark is: " + maxmark);
          output.println("Minimum mark is: " + minmark);
          fileinput.close();
}: ) I still cant figure out how to modify.

Similar Messages

  • Changing the setting from PDF file to a  JPEG file.

    Is there a way I can change the scan setting on my printer. It is a HP Deskjet F4480. I want to change the setting from PDF file to a JPEG file. I want to scan them so I can see them on my screen saver.

    This has nothing to do with Acrobat. See the documentation for the scanner software that came with your scanner.

  • In a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    in a document with several sections, in section VIII and IX one cannot select the text of the page foot nor set the pointer in it; so, one cannot write nor change the page foot text. Please help!

    Question already asked and answered several times.
    It's a bug striking in long documents.
    Select a word somewhere higher in the page then use the arrows to reach the wanted insertion point.
    Yvan KOENIG (VALLAURIS, France) mardi 23 août 2011 15:44:24
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Why is my account of the apple ID asks me to change the password every time. Please help me. Thank you

    Why is my account of the apple ID asks me to change the password every time. Please help me. Thank you

    In Firefox all browser windows and tabs use the same cookies that will identify you to the server.
    If you open a different account then existing cookies are send to the server and the server sees that you already signed on (authenticated).
    You can look at one of these if you want to sign on with different identities at the same time:
    CookiePie: http://www.nektra.com/oss/firefox/extensions/cookiepie/
    CookieSwap: https://addons.mozilla.org/firefox/addon/3255
    Multifox: http://br.mozdev.org/multifox/ - Different logins at the same time

  • Iweb doesn't see my old domains under 10.9 after the upgrade from 10.7 Please help

    Hi everybody,
    iweb doesn't see my old domains under 10.9 after the upgrade from 10.7 Please help
    It gives me an option to choose a domain but when I go to "sites" it doesn't recognize none of them.
    Thanks :-)

    In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion, Mountain Lion or Mavericks or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • How do I change the settings so that when I make a phone call I can make my screen go black and not mute the call with my cheek or it tries to face time my call. I need to change the sensitivity or something! Please help!!

    How do I change my phone settings on my iPhone 5 so that when I make a phone call while I am on the phone call my phone stays lit up. It never goes black so I am constantly hitting other buttons while I try to talk like mute or FaceTime or speaker! Please help this is so annoying! It's like all I need to do is fix the settings somehow and I have gone through all of my settings and I can't find where to do this!

    Is the phone in a case?  Try taking it out of the case.  If that doesn't work, then your proximity sensor is broken.  You'll need to bring your phone to Apple for evaluation.

  • Duplicate Function? How do I stop the pages from playing? Please help.

    I'm EXTREMELY new to AS3 and Flash. I'm using Photoshop to design the site, and, although it was working at first, I've got a navbar up top, and after I added the codes, I got a duplicate Function error.
    Here is the code:
    stop();
    addEventListener(MouseEvent.MOUSE_DOWN, myBtnHandler1);
    function myBtnHandler1(event:MouseEvent):void {
        gotoAndStop(1, "Scene 3");
    Another problem is that it keeps playing as in, going through the scenes. Is that just a "Test" thing, or is there a way to fix that? Please help me figure out what codes to use for them.

    There could be a number of problems with your movie. In the Control menu, there is an option, Loop Playback, that will cause the movie to loop when using Test Movie from the Control Menu. If there is a compiler error, the movie will loop uncontrollably when you Test. Look in the compiler errors window to see if you have any errors.
    You may want to consider not using Scenes in your movie. They are a vestige of the earliest versions of Flash. Are you following a tutorial?

  • Loading data from xml file - please help

    Hi, I am new to attempting to get data from an xml file load
    in flash. I followed a tutorial in a new fla and it seemed to work
    fine, I then tried to adapt it to my own needs which worked fine.
    But then when trying to implement this into my news section it
    doesn't seem to work.
    I am trying to make a news section, that displays the date
    and news article. This is in within a movie clip, I even tried
    putting it in the timeline of the scene but still nothing.
    - I have 2 dynamic text boxes, date_txt and news_txt
    - The xml file is named news.xml,
    - both the fla and the xml are in the same folder
    This is the actionscript I am using:
    function loadXML(loaded) {
    if (loaded) {
    _root.thedate =
    this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue;
    _root.thenews =
    this.firstChild.childNodes[0].childNodes[1].firstChild.nodeValue;
    date_txt.text = _root.thedate;
    news_txt.text = _root.thenews;
    } else {
    trace("file not loaded!");
    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = loadXML;
    xmlData.load("news.xml");
    This is what I have in the xml document:
    <?xml version="1.0"?>
    <news>
    <article>
    <date>date</date>
    <news>newentry.</news>
    </article>
    <article>
    <date>Doug Engelbart</date>
    <news>Invented the mouse at the Stanford Research
    Institute</news>
    </article>
    </news>
    Does anyone perhaps have any ideas of what the problem could
    be?
    Help much appreciated.

    Hi
    _root refers to the Main Timeline, if your date_txt and
    news_txt are in a movieclip ie: news_mc
    then your path should read _root.news_mc.date_txt.text and
    _root.news_mc.news_txt.text
    You will also need to embed the characters you wish to use
    inside your dymanic text for it to show.
    Hope it helps

  • How do I change the order of files in a combined PDF?

    Trying to create a brochure.  I've uploaded and converted some files from word to a pdf.  How can I now change the order of these files ?

    Hi respice1,
    Are you combining multiple files to PDF? If so, you can drag and drop the page thumbnails on the Combine Files tab in the order that you want the files combined.
    After the fact, you would need to use Acrobat to rearrange the pages in a PDF. You can try Acrobat for free for 30 days, if you would like. For more information, see www.adobe.com/products/acrobat.html.
    Best,
    Sara

  • IDVD changed the order of photos imported from Aperture

    I created a project in Aperture from two different camera inputs. One had EDT and the other had PDT. I didn't think to make them the same time zone. After putting the combined photos in the order I wanted, I called the Aperture file from iDVD to create the slide show. IDVD changed the order. I am not sure what piece of Meta data it looked at to create its order. I had to go back into iDVD and recreate the order I wanted.
    How does iDVD decide which order when the file has a mix of photos not from the same camera?
    Thanks

    How does iDVD decide which order when the file has a mix of photos not from the same camera?
    Good question and frankly I don't know the answer.
    But let me know if this helps:
    http://www.automator.us/aperture/example-03.html

  • Is there a way to change the order in which iTunes searches for new podcasts?

    When I tell iTunes to update podcasts, it searches for them in the order that I have subscribed to them. However, most of my favorite podcasts I've started listening to only very recently, so on a day with a large number of new podcasts I have to wait for a few minutes before iTunes even detects and places them on the "downloading" queue. The sheer number of podcasts I am subscribed to makes unsubscribing from all and then resubscribing in a more optimal order thoroughly unpleasant. Is there a way I can reorder the priority queue for checking for new podcasts, so that I can click 'refresh,' grab my favorites right away, put them on my iPod Shuffle, and the leave the rest to download?

    I'm not sure, but I think the change was using the font "Segoe UI" instead of "Tahoma", and maybe, Lucida Grande.
    I haven't tried it, but I assume you can edit the fonts, which are specified in (basically) a text file (at least, for iTunes 10).
    Make a backup of the file before you edit anything (or you can repair/reinstall if you mess it up). See the following post for some more info:
    http://discussions.apple.com/message.jspa?messageID=12226047#12226047
    You'll want to edit the "font", not the "xp-font". I can't tell you what fonts will work.

  • How can I change the order of html form data submitted to me via email?

    I am having customers contact me via an html form posted on my website using the "sendtoemail" command. When I receive the data in an e-mail it  is not presented in the order it appears on the web page and I can't seem to find out what dictates the order the data is presented in or how I can change it.
    Anyone have any ideas on how I can make HTML form data elements appear in the order I want?
    Thanks,
    Andy

    Or find a commercial form-to-email script that is compatible with your server's configuration (PHP, ASP, Perl...) and customize it to your needs.
    Formm@ailer PHP from DB Masters
    http://dbmasters.net/index.php?id=4
    FormToEmail.com (free & pro versions available)
    http://formtoemail.com/formtoemail_pro_version.php    
    Tectite
    http://www.tectite.com/formmailpage.php
    Forms to Go from Bebosoft (script generating software)
    http://www.bebosoft.com/products/formstogo/overview/
    Nancy O.

  • I bought a used iphone 4 today. how to transfer all my old and important data including apps and email settings from old iphone 3gs to the used iphone 4?

    i bought a used iphone 4 today. how to transfer all my old and important data including apps and email settings from old iphone 3gs to the used iphone 4? that means, making the iphone 4 just like the iphone 3gs?

    Well, you sink everything on your 3GS onto your laptop/computer. Then you reset your iPhone 4. When you are restarting it, add all those apps music (ect)  On to it. It seems difucult but for more info call Apple. I did that and he lead me step by step on how to do it. Well hope this helped~~

  • Firefox changes the "order" of my multiple display from 4-3-1-2 to 2-1-3-4

    When my PC starts, the "order" of my monitors in Control Panel | Display | Screen Resolution is: 4-3-1-2
    After I start Firefox, it changes the "order" to 2-1-3-4
    I have to go into the Control panel and Change the appearance of your displays back to 4-3-1-2
    I'm using Windows 8.1 with Firefox as my default browser. Everything is up-to-date.
    I've had this problem for a long, long time, I've just never gotten around to seeking help for it. Always having to go into the Control Panel to "rearrange" by monitors is a nuisance.
    Any assistance to resolve this problem would be greatly appreciated!

    I've never heard of something like this. But I suppose it's possible that it has something to do with hardware acceleration. Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    #Open Firefox ''Options'' window (''Preferences'' on Mac or Linux) as follows:
    #* In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]] and select ''Options'' for Windows or ''Preferences'' on Mac or Linux.
    #* In Firefox 28.0 and previous versions, click the orange Firefox button at the top left, then select the "Options" button, or, if there is no Firefox button at the top, go to Tools > Options.
    #In the Firefox Options (or Preferences) window, click the ''Advanced'' tab, then select ''General''.
    #In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    #Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Did this fix your problems? Please report back to us!
    Thank you.

  • I am trying to copy some songs from my playlist to a CD but it changes the order of the songs during the conversion.  I want the songs in alphabetical by name but iTunes arranges them alphabetically by artist.

    I am trying to copy some songs from my playlist to a CD but it changes the order of the songs during the conversion.  I want the songs in alphabetical by name but iTunes arranges them alphabetically by artist.

    The apparent order of a burned CD may depend upon how you have iTunes display it - https://discussions.apple.com/message/17827921
    iTunes 10 for Mac: Disc burning overview - http://support.apple.com/kb/PH1746
    iTunes 10 for Mac: If you have trouble burning a CD - http://support.apple.com/kb/PH1751
    iTunes 10 for Mac: Create your own MP3 CDs - http://support.apple.com/kb/PH1748
    iTunes: How to set the play order of songs on an MP3 CD - http://support.apple.com/kb/HT2455

Maybe you are looking for