๐FileIOProcessData
SetDataAsCSV
Example:
data.SetDataAsCSV("id,name\n1,John Doe");SetDataAsJson
Example:
data.SetDataAsJson("{\"id\":1,\"name\":\"John Doe\"}");SetAsDataTable
Example:
data.SetAsDataTable(new DataTable());GetEncoding
Example:
BytesToString
Example:
TableFromFile
Example:
GetConfiguration
Parameters:
Example:
Last updated
