Skip to content

schema_of_csv

function schema_of_csv(csv): Column;

Defined in: functions/csv.ts:18

Parses a CSV string and infers its schema in DDL format.

ParameterType
csvstring

Column