Search:

Type: Posts; User: NehaSharma_1997

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,826

    Re: Read CSV File

    This is the CSV File

    Mail,Passwort
    sam@gmail.com, sfkjiwefsdkfl
    totin@airbnb.com, 29sdf@s
    raj@gmail.com, abc
    dev@gmail.com, wild

    --- Update ---
  2. Replies
    5
    Views
    1,826

    Re: Read CSV File

    Yes how to implement this: The two parts are normalized by removing any spaces at the front and back, and stored in a string array. This two-pair in string[] is added to the list. The list with the...
  3. Replies
    5
    Views
    1,826

    Read CSV File

    have to implement a static-public method named "csvToList" in the class "Functionality.java". The method gets a string as input parameter and returns a LinkedList<String[]>.

    Signature:...
Results 1 to 3 of 3