Search:

Type: Posts; User: Cruz182

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    2,026

    Re: Trying to read a CSV file !

    the file content is :

    1010001;--- ;NF ; ;
    1010002;--- ;16;14;15
    1010010;--- ;12;8;10
    1010016;--- ;NF ; ;
    1010019;12;12;7;SM

    the strings that I wanted to read separated by commas
    no...
  2. Replies
    5
    Views
    2,026

    Re: Trying to read a CSV file !

    yes this is the problem, sorry , I forgot to post it with the code.

    Exception in thread "main" java.io.StreamCorruptedException: invalid stream header: 55433B55
    at...
  3. Replies
    5
    Views
    2,026

    Trying to read a CSV file !

    Hi an greetings !
    I am trying to read a csv file, here's my code, can someone tell me where's the problem cause I can't understand the exception, (sorry for bad english :) )

    package Leitura;...
Results 1 to 3 of 3