from Csv Text
Parses CSV text into a CsvWithHeader instance.
Return
a CsvWithHeader if parsing succeeds and the header row is present, or null otherwise.
Parameters
csv Text
the CSV-formatted string
Parses CSV text into a CsvWithHeader instance.
a CsvWithHeader if parsing succeeds and the header row is present, or null otherwise.
the CSV-formatted string