CloudmersiveConvertClient.ConvertDataCsvToJsonAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convert CSV to JSON conversion
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<System.Text.Json.JsonElement?>> ConvertDataCsvToJsonAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDataCsvToJsonAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>>>
override this.ConvertDataCsvToJsonAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>>>
Public Overridable Function ConvertDataCsvToJsonAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of List(Of Nullable(Of JsonElement)))
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Convert CSV to JSON conversion response.
Remarks
Convert a CSV file to a JSON object array