File manipulation in JavFX

How to perform file manipulations in JavaFX ?

Future reference, java doc can easily found by doing a google search of java api.
Here is a link to 6:
[http://java.sun.com/javase/6/docs/api/]
Also, you need to learn some java basics these are all java basic questions...
Simple code in pure java not javafx:
FileReader inReader=new FileReader("myfile.ext");  // Note you could use a file object or a string here
FileReader bufReader=new BufferedReader(myInput);  // Taking my input stream into another input stream
char c=bufReader.read();  // I read the first character of the file
String line=bufReader.readLine(); // I read the first line of the file ended by a \r or \n (carriage return or line feed) Note skips first character because of the read() above.
char [] section=new char [100];
bufReader.read(section, 10, 40);  // I just but into a char [] starting at the 10 value in the array and reading to 40 characters into the array.  Basically 10-39 of the 100 array has the next 40 characters in it starting at second line of stream.Also other things to move back into the stream read javadoc there are plenter of other readers/writers and input/output streams. What is the difference between a reader/writer and input/output stream? You shouldn't care. Above when I said stream I meant reader though.
Note you need a writer or output stream to write to a file and a reader or input stream to read from a file. The mention above of the array route [] probably won't work in javafx since it doesn't support arrays it uses sequences instead so I'd avoid that method in a javafx script class.
Good luck and read some java basics or take some java basics tutorial plenty things out there covering this as well as google could have easily told you all of the above.

Similar Messages

  • File Manipulation (ala Windoze Explorer)

    I have had to use Windows and Dos for years due to applications not being available in the MAC environment. Then a few years I bought a Mini and have not regretted the move since. EXCEPT when I want to do some serious file manipulations. From my limited MAC experience I cannot easily perform tasks in OSX that are simple and routine in Windows.
    Example: I like to "search" for all files of a type, say "*.M4V", then I like to copy them to a DVD and then delete the originals on the hard drive. This frees up space and gives me easy access of files of a similar type. Movie, music, graphics and similar large files that I might not access often do not need to be stored on the computer.
    When I use the "Spotlight" tool, it will show me any occurrence of the search term (not just as an extension like I would prefer) and I cannot do any "group" file manipulations, i.e. copy to a burn folder then after I verify that the files are "good" on the DVD/CD, I would like to then delete the same files as a group.
    In Windows I highlight, right click, copy, I then open the destination folder, right click and paste. Or if I want to see how much space I am using in these particular files, I right click, select "Properties" and I know if I need a CD or a DVD to store the selected files.
    To delete the "backed up files" I can click on the Search Window, the selected files are still highlighted and I right click, select "Delete" and Boom bada bing, they are gone. I can do all of that in a few simple clicks in Win(ugh)doze, how do I do that in OSX, doesn't MAC make thinks simple and intuitive?
    Any help will be appreciated here, I would think mimicking a Windows feature would be simple. Thanks in advance.

    Hmm - maybe I am missing something, but I can do all those things in just about the same way. Using Finder > Find…, I can do a search for a file extension, in addition to any other criteria I come up with (including a raw metadata query) - note that the extension does not contain the period, that is just a separator. If I plan on doing similar searches in the future, the search query parameters can be saved so that I don't have to enter them again. I can then create a burn folder on the desktop and drag whatever items from the search window to it, and a Get Info on the burn folder will show what the content size of the burn will be. Right-clicking on the selected items and selecting Move to Trash deletes them, the same as any other Finder item - there is no file copy/paste in the Mac OS, though (never has been as far as I can remember).

  • File Manipulation in an EJB

    I am trying to write an application that needs to do some manipulation of files. I thought about using an EJB and T3File, but it has been deprecated. The documentation suggests: "BEA recommends that you develop a customized, stateless EJB to service these requests." Now since java.io is not recommended for use in an EJB, what else do I use? Any assistance would be appreciated.
    Thanks in advance.

    Found a solution.
    Talked to my BEA technical rep. He recommended using a file event generator with
    WebLogic Integration. I'm proceeding along that line.
    Scott Person <[email protected]> wrote:
    I am trying to write an application that needs to do some manipulation
    of files. I thought about using an EJB and T3File, but it has been
    deprecated. The documentation suggests: "BEA recommends that you develop
    a customized, stateless EJB to service these requests." Now since java.io
    is not recommended for use in an EJB, what else do I use? Any assistance
    would be appreciated.
    Thanks in advance.

  • Aperture Crashes Every Time on Launch Following Large File Manipulation

    I've been using Aperture 2.1.3 (and previous) to work on bigger TIFF files (200MB+) which are scans of large format negatives (made with Silverfast AI Studio). I routinely get the "Red Screen of Death" (Unsupported File Format) but restarting Aperture fixes the problem and lets me work for another 5-30 mins before needing another restart. Usually, before it gives the Red Screen or a crash it draws a horizontal white line of single pixels across the right side of an image I work on. Also, randomly, some versions just show all in black.
    All of those files work perfectly in Photoshop CS4 (and CS2).
    Unfortunately, as I tried to create a new version from master today Aperture crashed but it will no longer start properly. It starts, shows me the usual screen and I even get a chance to quickly click on a project, but about 5 seconds after starting it crashes, always, and every time.
    How can I fix it?
    Can I, perhaps, delete the most recently edited master from the library somehow, assuming that it is causing offence?
    Would anyone with Lightroom experience comment if it is more stable?
    Many thanks,
    RL.

    I wouldn't claim any Aperture expertise, but you seem to have answered the question I just asked in the Aperture vs Lightroom topic (http://discussions.apple.com/thread.jspa?threadID=1999997&tstart=0).
    My solution, unfortunately, was to migrate to Lightroom.
    Thanks!

  • Avi File Manipulation?

    Hello,
    I was wondering if it is possible to take an AVI file and simply add text to it. Like an On Screen Display. I have a device that takes and gathers the amount of feet that a cable is run with a camera attached. That video is than taken and compressed to AVI, however it is hardware compressed. So now the question is if I can get the measurements into my application is there away I can add them to the video either during or after.
    I am assuming that the video is Managed memory thus ruling out this idea. My next idea was to save the measurements to a database file and than upon completion of the recording add the data to the video file. This seems easier and more plausible as it shouldn't effect the speed or performance of the live recording.
    Any ideas, links or suggestions are greatly appreciated.
    Thanks.

    Heres another thought. Would it be easier to take and blend 2 AVI files into 1? If so couldn't I simply make another streaming video out of Bitmaps and simply capture them at the same time into a stream?
    I am all out of ideas guys =/.
    I really really need to make a software based On Screen Display though as we use analog signals with our equipment and quit honestly OSD chips are disappearing in the market for analog signals. Unfortunately we are in a niche market that we have to use analog for quit some time yet =/.

  • File manipulation issues

    when I moved several video files to the recycle bin from my pictures folder, turned off file explorer from the task manager, and shutdown my computer, The files where still in the pictures menu when I turned my computer back on.
    Also when I selected the microsoft video app as my default for .mkv files, then switch the default again to vlc, the folder doesn't update the thumbnail. Also, I then tried to delete the folder and it was never able to discover any of the files
    It's far from system-breaking error, but it is an annoying quirk/bug

    Hi alextremist,
     I would try to reproduce your issue in my environment, but I cannot get the same result.
    First, I would like to confirm if this issue exists on two Windows 10 Technical Preview.
    If so, please tell us the detailed repro steps, we would help you to confirm such issue.
    When it’s confirmed by us, you could post your feedback directly to our Feedback channel:
    http://windows.microsoft.com/en-in/windows/preview-how-to#how-to=tab7
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • XML file manipulation question

    I have to generate a big xml file from oracle relational tables, write the output to server and then load it back into a LOB field in the database.
    1) I am on Oracle version 11.2.0.3
    2) I am able to write the file to a server directory
    Is it possible to zip the xml file using oracle preprocessor , read it and then load it back into the database on demand?
    Thanks
    Kev

    Why not just store the XML in an XMLTYPE column in the DB. As you are on 11.2.0.3, you will be using the default storage format of SECUREFILE BINARY XML and that provides a compressed form of the XML that is easier for future parsing efforts. I can't speak how it would compare to a .zip version of the XML.
    Without knowing more why you think LOBs need to be involved, I would avoid them completely since they are not setup for efficient XML storage/usage and the XMLType datatype is.
    As for the .zip abilities, some good reference point (that started from)
    [url http://odieweblog.wordpress.com/2012/01/28/xml-db-events-reading-an-open-office-xml-document-xlsx/]XML DB Events : Reading an Open Office XML document (.xlsx)
    and eventually leads you to
    [url http://technology.amis.nl/2010/03/13/utl_compress-gzip-and-zlib/]Utl_compress, gzip and zlib
    [url http://technology.amis.nl/2010/06/09/parsing-a-microsoft-word-docx-and-unzip-zipfiles-with-plsql/]Parsing a Microsoft Word docx, and unzip zipfiles, with PL/SQL

  • File manipulation

    hi guys
    i need ur help.
    i need to know how to search for a particular file(any file) in my hard-disk(irrespective of the partition) and then copy the file contents to another partition in my hard disk. can anyone plz advise ??
    i hope u guys help me out asap!
    thanking ya
    lexus
    P.S:-
    i would really appreciate it if u guys could send me a sample code !

    P.S:-
    i would really appreciate it if u guys could send me a
    sample code !i think you will be waiting a long time (read forever) for this.
    here is a starting point...
    http://java.sun.com/j2se/1.4/docs/api/java/io/File.html
    take a look especially at the isDirectory() and listFiles() methods.
    when you have some actual code if are struggling then post your actual question and your code here.

  • Text file manipulation before load to ODS

    Hello Experts,
    I have a text file with 3 fields(comma separated): GLCode (Number), Desc1 (Char),
    Desc2(Char) and need to load it into BW.
    My Text file looks like:
    1011.00,"Mejor PC Infrastructure","This line is ok."
    1012.00,"Telephone Equipment $","This line ends in next line.    Need to add next line,
    1)Need to change the equipment immediately.
    2)Take immediate action"
    1013.00,"V1 Major Computer Server Infrastructure # Equip","For purchases
    of components that make up the company's network, such as servers, hubs, routers etc."
    1014.00,"Flash Drive","Need to provide all IT Developer"
    This is how file looks like. Now I need the followings:
    1. Need to remove the space and need to adjust the splitted line into one. Say here
    line/record 2 is splitted into 3 lines and need to adjust in 1 line.
    2. In Line 5 (Record 3) data splitted into 2 lines and need to make 1 line.
    3. Need to remove bad characters.
    4. Load into ODS after cleanup.
    Need guidance, example.
    Thank you.
    Regards,
    Bhakta
    Could someone help me please how to proceed ?

    Hi,
    Go to Details tab in monitoring.
    Just check for any packages are in yellow.
    If any package i yellow then right click and take the Update manually option for that package only.
    Or else you have to delete the request from the target and make the request in to red in monitor under Status tab.
    Now you can try to load the data.
    This is because of IDocs not processed successfully.
    Regards,
    Venkat

  • File manipulation:  Where is the edit?

    I can, with a little effort, find a single photo I've just imported, then I can edit it.  Nice.
    Then what?  It seems to exist in the Touch app, and the Touch app alone.  I can't move the photo into another folder, even one created in Touch.  I can't upload it to FB (which is why I got the iPad in the first place), and the edited photo doesn't appear in the Photos app.
    Where is the edited photo?  How can I move it?
    I called Adobe Tech support, and no one there was trained in Touch and so couldn't help me.  I hope someone here can.

    On the projects menu you can save it to your gallery or "share it"(icon with a square and arrow). I don't have a Facebook app installed so I don't know if it will show up in the "share it" menu. My Dropbox, Gmail,  and Evernote are there so I assume Facebook would be listed if I had it installed. You can share it with  jpeg, png, psdx, and psd file formats. If you save it to your gallery it is limited to jpeg and png.
    You CAN NOT access the working file directly, but have to save an addiitional copy in another location that CAN be accessed. It's a little unconventional but I can easily change my workflow to accommedate it.
    Also, I'm on version 1.4 and don't remember if 1.3 had this feature. In version 1.2 I wasn't able to "share it" to Dropbox. I'm also on a Galaxy Note 10.1 but assume it would be the same on an ipad.
    There are some instructional videos on Youtube on how to use PS Touch.

  • Scms for file manipulation (knowledge provider) documentation

    Hi,
    Do you have any code sample or documetation on the SCMS calls/API to manipulate files on the content server ?
    Sincerely,
    Olivier Matt

    Hi Olivier,
    what exactly do you need?
    Best regards
    Torsten

  • Powershell file manipulation

    Yet another one of these things we do .VBS without a hitch, but I (and others in my team) can't wrap our heads around how to do it in Powershell, so instead of wasting countless man-hours on this, I figured getting some extra help can't hurt.
    This should be incredibly easy to do... we have a massive input file (only will give small example) that we need reformated to a single line of data per group.
    File looks like this:
    GroupDN,ManagedBy,IdentityReference
    NA-ManagedBy2010,Test.user1,domain\someone1
    NA-ManagedBy2010,Test.user1,domain\someone2
    NA-ManagedBy2003,Test.user3,domain\user23
    NA-ManagedBy2003,Test.user3,domain\user32
    NA-ManagedBy2003,Test.user3,domain\guy40
    What we're looking for is really darn straightforward: don't duplicate the group, don't duplicate the manager, but concatenate at the end of the line every user, so that it would look like:
    GroupDN,ManagedBy,IdentityReference
    NA-ManagedBy2010,Test.user1,domain\someone1;domain\someone2
    NA-ManagedBy2003,Test.user3,domain\user23;domain\user32;domain\guy40
    Here's what we have, which technically gives us what we want buried in the output
    $file = Import-Csv d:\outfile.csv
    $groupcomp = $null
    foreach ($line in $file)
    if ($groupcomp -eq $line.groupdn)
    $write = $write + ";" + $line.identityreference
    else
    $write = $line.groupdn + "," + $line.managedby + "," + $line.identityreference
    $groupcomp = $line.groupdn
    $write
    Execpt that we haven't figured out how to spit out JUST the last line of the whole concatenating process before going to the next one.  Already have it running in .VBS in about 25 lines, but I've never seen a powershell script take nearly as much or
    more than .VBS, so I'm thinking we're not going about this in an efficient way at ALL.
    Really, really hard to get my brain to get out of VBS thinking patterns >_<
    Thanks

    As I wrote before in my post (and you used your unduly  capability to delete it or ask someone to delete it), your code is blatantly wrong.
    How many times will you bring friends to post questions that you think are able to answer, but fail to do it so blatantly?
    <snip>
    Do you understand why I cannot take you seriously?
    You are harming this forum like fire on a forest.
    But this forum will, some day, swallow you, just like a forest will, eventually swallow the fire.
    It's just a matter of admins create the correct judgement about your pretty bad lack of skill.
    Added: it's a real pleasure to point out your errors ( I do believe noticing other's errors is a good way of learning ).
    <snip>
    >> You're very smart.  
    I know I am very smart, I don't feed my brain with <sarcasm>weed</sarcasm>. 
    >> Now go get a life.
    Ridiculous... do you think I'm a ghost?
    Ridiculous... 
    By the way, if your life came with a defective brain, return it to the lord of the universe, and demand a new life...
    ... with a good brain. :)
    It is almost as if you think that others will be convinced of your intellectual superiority over others (mostly David) by the tiresome and insulting drivel you post (under this new identity and all of the old ones).
    In your most recent incarnation from 2 days ago you post in threads posted to by a number of notables here, including (besides David) Rhys W Edwards, Boe Prox, Mjolinor, Mike Laughlin, and Chen V. None of these seem to share your high opinion of yourself
    or your low opinion of anyone else you comment on. If I have misrepresented their views, they are free to contradict me.
    Other than David's obviously sarcastic "genius" nickname he applies to you, you seem to be the only person having a high opinion of your abilities. The constant barrage of insulting, inappropriate, off topic, and ridiculous opinions will not, in my opinion,
    garner you any appreciation from either those with a track record of answering questions or from those looking to have questions answered.
    If you were as accomplished as you delude yourself into believing, you would be better off to just submit your code with a brief explanation, and then let its brilliance outshine what others have contributed. I rather suspect, however, that it is at least
    as important to you to insult others as to help.
    Aside from that, your antics serve mainly to high jack threads created by people wanting answers to such an extent and degree that any answers or useful help are obscured.
    These are my opinions, but I suspect they are shared by most of the others here.
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • Advanced file manipulation - *.sdf

    I am wondering if anyone else has attempted to tackle Hewlett-Packard's
    preferred Standard Data Format (.sdf) files with Labview?
    I am working an application right now that requires HP instrumentation. I
    would like to use Labview to batch process the data files. HP's software is
    severly lacking in that it only handles 1 file at a time, and it is msdos
    based at that. HP has no intention of writing .dlls for win95, 98 or NT
    interface.
    The file structure is extensive, with more header fields than data. A lot
    of the header info is useless.
    If anyone has any ideas, I would most certainly appreciate it.
    Thanx
    Reply to group.

    i have the same problem, viewdata is a soft solution, if you have a solution, please report me, i am searching a solution, when i get it i put it in the group.

  • Help with windows powershell - reading text file & manipulating the data

    Hello,
    I'm new to windows power shell & need your help/expertise in formatting the below *.txt file.
    Could you please provide me with a sample powershell script which can accomplish the below request. Thank you so much for your help in advance.
    <name>,<ticker>,<date>,<open>,<high>,<low>,<close>,<vol>,<oi>
    GOOG 10-Jan-2014 1165 Put,GOOG140110P01165000,20140114,32.9,32.9,32.9,32.9,0,0
    GOOG 10-Jan-2014 1170 Put,GOOG140110P01170000,20140114,40.87,40.87,40.87,40.87,0,0
    GOOG 10-Jan-2014 1180 Put,GOOG140110P01180000,20140114,54.8,54.8,54.8,54.8,0,0
    GOOG 10-Jan-2014 1190 Put,GOOG140110P01190000,20140114,50.9,50.9,50.9,50.9,0,0
    GOOG 10-Jan-2014 1200 Put,GOOG140110P01200000,20140114,60.9,60.9,60.9,60.9,0,0
    GOOG 10-Jan-2014 1300 Put,GOOG140110P01300000,20140114,157.8,157.8,157.8,157.8,0,0
    PCLN 10-Jan-2014 1170 Call,PCLN140110C01170000,20140114,0.05,0.05,0.05,0.05,0,873
    PCLN 10-Jan-2014 1172.5 Call,PCLN140110C01172500,20140114,0.01,0.01,0.01,0.01,0,136
    PCLN 10-Jan-2014 1175 Call,PCLN140110C01175000,20140114,0.15,0.15,0.15,0.15,0,666
    PCLN 10-Jan-2014 1177.5 Call,PCLN140110C01177500,20140114,0.05,0.05,0.05,0.05,0,174
    PCLN 10-Jan-2014 1180 Call,PCLN140110C01180000,20140114,0.02,0.02,0.02,0.02,0,896
    PCLN 10-Jan-2014 1182.5 Call,PCLN140110C01182500,20140114,0.07,0.07,0.07,0.07,0,138
    PCLN 10-Jan-2014 1185 Call,PCLN140110C01185000,20140114,0.05,0.05,0.05,0.05,0,842
    PCLN 10-Jan-2014 1187.5 Call,PCLN140110C01187500,20140114,0.05,0.05,0.05,0.05,0,36
    PCLN 10-Jan-2014 1190 Call,PCLN140110C01190000,20140114,0.01,0.01,0.01,0.01,0,909
    PCLN 10-Jan-2014 1192.5 Call,PCLN140110C01192500,20140114,0.2,0.2,0.2,0.2,0,88
    PCLN 10-Jan-2014 1195 Call,PCLN140110C01195000,20140114,0.04,0.04,0.04,0.04,0,835
    PCLN 10-Jan-2014 1197.5 Call,PCLN140110C01197500,20140114,0.25,0.25,0.25,0.25,0,22
    PCLN 10-Jan-2014 1200 Call,PCLN140110C01200000,20140114,0.04,0.04,0.04,0.04,0,1073
    PCLN 10-Jan-2014 1205 Call,PCLN140110C01205000,20140114,0.05,0.05,0.05,0.05,0,434
    PCLN 10-Jan-2014 1210 Call,PCLN140110C01210000,20140114,0.03,0.03,0.03,0.03,0,346
    PCLN 10-Jan-2014 1215 Call,PCLN140110C01215000,20140114,0.05,0.05,0.05,0.05,0,288
    Z 22-Feb-2014 80 Call,Z140222C00080000,20140114,11.5,11.5,11.5,11.5,4,335
    Z 22-Feb-2014 85 Call,Z140222C00085000,20140114,7.83,7.83,7.83,7.83,21,523
    Z 22-Feb-2014 90 Call,Z140222C00090000,20140114,5.74,5.74,5.74,5.74,42,422
    Z 22-Feb-2014 95 Call,Z140222C00095000,20140114,3.89,3.89,3.89,3.89,37,389
    Z 22-Feb-2014 100 Call,Z140222C00100000,20140114,2.54,2.54,2.54,2.54,44,576
    Z 22-Feb-2014 105 Call,Z140222C00105000,20140114,1.62,1.62,1.62,1.62,3,117
    Z 22-Feb-2014 110 Call,Z140222C00110000,20140114,0.99,0.99,0.99,0.99,15,215
    The ticker symbol in above file is max of 19 bytes. The software I use cannot convert this data, as it has a restriction of 14 bytes for ticker field.
    I want to reduce the ticker field to 14 bytes using below logic & rewrite the modified symbol in the same column/file.
    GOOG140110P01165000 - Ticker explanation is as shown below
    Symbol : GOOG  ( 4 bytes)
    Year : 14 ( 2 bytes)
    Month : 01 ( 2 bytes)
    Date : 10 ( 2 bytes)
    Call/Put : C or P ( 1 byte) 
    Strike : 01165 ( 5 bytes )
    Strike (Decimal) : 000 ( 3 bytes)
    Since they total to 19 bytes,my requirement is to bring down the ticker field size to 14 bytes using below formula.
    1) Reduce year field to 1 byte i.e. 14 can be kept as 4
    2) Strike ( Decimal) can be reduced to 1 byte ( drop the ending 2 bytes)
    3) Month column ( 2 bytes) & call/put ( 1 byte) can be reduced to 1 byte ( saving of 2 bytes) by replacing 01 & C combination with A , 01 & P combination with B so on as mentioned below.
    Month( 2 bytes)
    Call/Put ( 1 byte)
    Replace with
    01
    C
    A
    01
    P
    B
    02
    C
    C
    02
    P
    D
    03
    C
    E
    03
    P
    F
    04
    C
    G
    04
    P
    H
    05
    C
    I
    05
    P
    J
    06
    C
    K
    06
    P
    L
    07
    C
    M
    07
    P
    N
    08
    C
    O
    08
    P
    P
    09
    C
    Q
    09
    P
    R
    10
    C
    S
    10
    P
    T
    11
    C
    U
    11
    P
    V
    12
    C
    W
    12
    P
    X
    So the modified ticker will look like GOOG4B10011650
    GOOG - symbol
    4 - year which is 2014 in this case 
    B- 01 ( jan) & Put (P) is replaced with letter B
    10 - Date
    01165 - Strike price
    0 - Decimal portion of strike price
    The output file should look like below.
    <name>,<ticker>,<date>,<open>,<high>,<low>,<close>,<vol>,<oi>
    GOOG 10-Jan-2014 1165 Put,GOOG410B011650,20140114,32.9,32.9,32.9,32.9,0,0
    Thank you for your inputs with this request.
    Regards,
    Aimforsky

    Hi Neothwin,
    Thank you for your prompt response. I really appreciate it. My file contains a header record.
    I ran the conversion, it converts very fast.
    I noticed the decimal portion of strike is lost in the conversion. AAL140110C00023500 must be converted as AAL4A1000235 but instead its showing as AAL4A10000230 ( last byte
    should be 5 but it shows as 0)
    Also I noticed it puts double quotes ('') in front of every column. I tried to drop ' in the code but it complains.
    Also, instead of giving file name in the shell script , is it possible to go thru all files in a folder and convert them? I'm new to this scripting/programming sorry if I ask you the basic questions. Thank you so much for sparing your valuable time on this
    request. Have a great day ! 
    ORIGINAL FILE<name>,<ticker>,<date>,<open>,<high>,<low>,<close>,<vol>,<oi>
    AAL 10-Jan-2014 23.5 Call,AAL140110C00023500,20140115,1.85,1.85,1.85,1.85,0,0
    AAL 10-Jan-2014 24 Call,AAL140110C00024000,20140115,5.8,5.8,5.8,5.8,0,0
    AAL 10-Jan-2014 24.5 Call,AAL140110C00024500,20140115,2.05,2.05,2.05,2.05,0,0
    AAL 10-Jan-2014 25 Call,AAL140110C00025000,20140115,2.3,2.3,2.3,2.3,0,0
    AAL 10-Jan-2014 25.5 Call,AAL140110C00025500,20140115,1.35,1.35,1.35,1.35,0,0
    AAL 10-Jan-2014 26 Call,AAL140110C00026000,20140115,3.4,3.4,3.4,3.4,0,0
    AAL 10-Jan-2014 26.5 Call,AAL140110C00026500,20140115,2.65,2.65,2.65,2.65,0,0
    AAL 10-Jan-2014 27 Call,AAL140110C00027000,20140115,2.26,2.26,2.26,2.26,0,0
    AAL 10-Jan-2014 27.5 Call,AAL140110C00027500,20140115,1.75,1.75,1.75,1.75,0,0
    AAL 10-Jan-2014 28 Call,AAL140110C00028000,20140115,1.45,1.45,1.45,1.45,0,0
    AAL 10-Jan-2014 28.5 Call,AAL140110C00028500,20140115,0.9,0.9,0.9,0.9,0,0
    AAL 10-Jan-2014 29 Call,AAL140110C00029000,20140115,0.4,0.4,0.4,0.4,0,0
    AAL 10-Jan-2014 29.5 Call,AAL140110C00029500,20140115,0.05,0.05,0.05,0.05,0,4812
    AAL 10-Jan-2014 30 Call,AAL140110C00030000,20140115,0.05,0.05,0.05,0.05,0,636
    AAL 10-Jan-2014 21.5 Put,AAL140110P00021500,20140115,0.08,0.08,0.08,0.08,0,11
    AAL 10-Jan-2014 23 Put,AAL140110P00023000,20140115,0.05,0.05,0.05,0.05,0,51
    AAL 10-Jan-2014 23.5 Put,AAL140110P00023500,20140115,0.05,0.05,0.05,0.05,0,235
    AAL 10-Jan-2014 24 Put,AAL140110P00024000,20140115,0.1,0.1,0.1,0.1,0,77
    AAL 10-Jan-2014 24.5 Put,AAL140110P00024500,20140115,0.05,0.05,0.05,0.05,0,292
    AAL 10-Jan-2014 25 Put,AAL140110P00025000,20140115,0.05,0.05,0.05,0.05,0,1380
    AAL 10-Jan-2014 25.5 Put,AAL140110P00025500,20140115,0.02,0.02,0.02,0.02,0,1549
    AAL 10-Jan-2014 26 Put,AAL140110P00026000,20140115,0.1,0.1,0.1,0.1,0,665
    AAL 10-Jan-2014 26.5 Put,AAL140110P00026500,20140115,0.02,0.02,0.02,0.02,0,632
    AAL 10-Jan-2014 27 Put,AAL140110P00027000,20140115,0.05,0.05,0.05,0.05,0,2161
    AAL 10-Jan-2014 27.5 Put,AAL140110P00027500,20140115,0.1,0.1,0.1,0.1,0,310
    AAL 10-Jan-2014 28 Put,AAL140110P00028000,20140115,0.01,0.01,0.01,0.01,0,642
    AAL 10-Jan-2014 28.5 Put,AAL140110P00028500,20140115,0.05,0.05,0.05,0.05,0,291
    AAL 10-Jan-2014 29 Put,AAL140110P00029000,20140115,0.05,0.05,0.05,0.05,0,6728
    AAL 10-Jan-2014 29.5 Put,AAL140110P00029500,20140115,0.3,0.3,0.3,0.3,0,0
    AAL 10-Jan-2014 30 Put,AAL140110P00030000,20140115,4.3,4.3,4.3,4.3,0,0
    AAL 10-Jan-2014 32 Put,AAL140110P00032000,20140115,2.6,2.6,2.6,2.6,0,0
    AAL 18-Jan-2014 0.5 Call,AAL140118C00000500,20140115,11,11,11,11,0,180
    AAL 18-Jan-2014 1 Call,AAL140118C00001000,20140115,27.9,27.9,27.9,27.9,0,68
    AAL 18-Jan-2014 2 Call,AAL140118C00002000,20140115,22.7,22.7,22.7,22.7,0,7
    AAL 18-Jan-2014 3 Call,AAL140118C00003000,20140115,17.15,17.15,17.15,17.15,0,10
    CONVERTED FILE:"<name>","<ticker>","<date>","<open>","<high>","<low>","<close>","<vol>","<oi>"
    "AAL 10-Jan-2014 23.5 Call","AAL4A10000230","20140115","1.85","1.85","1.85","1.85","0","0"
    "AAL 10-Jan-2014 24 Call","AAL4A10000240","20140115","5.8","5.8","5.8","5.8","0","0"
    "AAL 10-Jan-2014 24.5 Call","AAL4A10000240","20140115","2.05","2.05","2.05","2.05","0","0"
    "AAL 10-Jan-2014 25 Call","AAL4A10000250","20140115","2.3","2.3","2.3","2.3","0","0"
    "AAL 10-Jan-2014 25.5 Call","AAL4A10000250","20140115","1.35","1.35","1.35","1.35","0","0"
    "AAL 10-Jan-2014 26 Call","AAL4A10000260","20140115","3.4","3.4","3.4","3.4","0","0"
    "AAL 10-Jan-2014 26.5 Call","AAL4A10000260","20140115","2.65","2.65","2.65","2.65","0","0"
    "AAL 10-Jan-2014 27 Call","AAL4A10000270","20140115","2.26","2.26","2.26","2.26","0","0"
    "AAL 10-Jan-2014 27.5 Call","AAL4A10000270","20140115","1.75","1.75","1.75","1.75","0","0"
    "AAL 10-Jan-2014 28 Call","AAL4A10000280","20140115","1.45","1.45","1.45","1.45","0","0"
    "AAL 10-Jan-2014 28.5 Call","AAL4A10000280","20140115","0.9","0.9","0.9","0.9","0","0"
    "AAL 10-Jan-2014 29 Call","AAL4A10000290","20140115","0.4","0.4","0.4","0.4","0","0"
    "AAL 10-Jan-2014 29.5 Call","AAL4A10000290","20140115","0.05","0.05","0.05","0.05","0","4812"
    "AAL 10-Jan-2014 30 Call","AAL4A10000300","20140115","0.05","0.05","0.05","0.05","0","636"
    "AAL 10-Jan-2014 21.5 Put","AAL4B10000210","20140115","0.08","0.08","0.08","0.08","0","11"
    "AAL 10-Jan-2014 23 Put","AAL4B10000230","20140115","0.05","0.05","0.05","0.05","0","51"
    "AAL 10-Jan-2014 23.5 Put","AAL4B10000230","20140115","0.05","0.05","0.05","0.05","0","235"
    "AAL 10-Jan-2014 24 Put","AAL4B10000240","20140115","0.1","0.1","0.1","0.1","0","77"
    "AAL 10-Jan-2014 24.5 Put","AAL4B10000240","20140115","0.05","0.05","0.05","0.05","0","292"
    "AAL 10-Jan-2014 25 Put","AAL4B10000250","20140115","0.05","0.05","0.05","0.05","0","1380"
    "AAL 10-Jan-2014 25.5 Put","AAL4B10000250","20140115","0.02","0.02","0.02","0.02","0","1549"
    "AAL 10-Jan-2014 26 Put","AAL4B10000260","20140115","0.1","0.1","0.1","0.1","0","665"
    "AAL 10-Jan-2014 26.5 Put","AAL4B10000260","20140115","0.02","0.02","0.02","0.02","0","632"
    "AAL 10-Jan-2014 27 Put","AAL4B10000270","20140115","0.05","0.05","0.05","0.05","0",”2161"

  • Need Help with file manipulation

    I need to read a file, insert data dynamically based on a user input in this file. How do I do it?

    First of all, don't cross-post
    http://forum.java.sun.com/thread.jsp?thread=296364&forum=4&message=1170079

Maybe you are looking for

  • VMWare Fusion - Is it really a VM machine

    I used boot camp to dual boot with XP or Leopard. I just installed Fusion. I had to reactivate XP via M$ phone system. It launches OK within Fusion. However, it appears to have hybrid characteristics. For example, the touch pad right click doesn't br

  • Using still images with Final Cut (and the apple suite in general)

    I have had a re-occuring and long term problem that has caused me many lost hours of head scratching and work arounds, and as of yet I have not been able to come up with a good solution. Its to do with integrating still images with the Final Cut suit

  • Itunes 10.5 won't let me burn cd anymore

    Hi, Here is the deal. I have installed Itunes 10.5 on my computer (windows vista) and since I have not been able to burn cds. It seems like it starts and then nothing happens. Itunes is running as if the cd was being burned but the cd driver is not b

  • 2011 17" Macbook Pro constantly drops Wifi connection on Windows 7 but not OSX. What's going on???

    On OSX, the Wifi works perfectly. I rarely if ever get disconnected from the internet. However, when I switch over to Windows 7, the internet drops constantly (every 30 seconds or so). I recently updated my OSX to the newest one (I think Yosemite) th

  • Fireworks 8 or Photoshop CS2?

    I have a golden opportunity that I need help with. I have been using DW8 for a few months and have produced a few websites. My boss apparently has taken notice of the sites and wants me to do more websites for the company. BTW, I am an accountant, no