AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.util.CsvUtil Class Reference

Static Public Member Functions

static YailList fromCsvTable (String csvString) throws Exception
 
static YailList fromCsvRow (String csvString) throws Exception
 
static String toCsvRow (YailList csvRow)
 
static String toCsvTable (YailList csvList)
 

Detailed Description

Static methods to convert between CSV-formatted strings and YailLists.

Author
sharo.nosp@m.n@go.nosp@m.ogle..nosp@m.com (Sharon Perl)

Definition at line 24 of file CsvUtil.java.

Member Function Documentation

◆ fromCsvRow()

static YailList com.google.appinventor.components.runtime.util.CsvUtil.fromCsvRow ( String  csvString) throws Exception
static

Definition at line 39 of file CsvUtil.java.

◆ fromCsvTable()

static YailList com.google.appinventor.components.runtime.util.CsvUtil.fromCsvTable ( String  csvString) throws Exception
static

Definition at line 29 of file CsvUtil.java.

◆ toCsvRow()

static String com.google.appinventor.components.runtime.util.CsvUtil.toCsvRow ( YailList  csvRow)
static

Definition at line 54 of file CsvUtil.java.

◆ toCsvTable()

static String com.google.appinventor.components.runtime.util.CsvUtil.toCsvTable ( YailList  csvList)
static

Definition at line 63 of file CsvUtil.java.


The documentation for this class was generated from the following file: