source property

String source
final

Data source.

Specifying a URL will load a CSV file.

If a relative path is specified, the file is read from the asset data.

If data with newlines is specified, it is directly read as CSV data.

データソース。

URLを指定するとCSVファイルを読み込みます。

相対パスを指定するとアセットデータからファイルを読み込みます。

改行入りのデータを指定すると直接CSVデータとして読み込みます。

Implementation

final String source;