What is the .udt.csv format?

The .udt.csv format is another representation of the .udt.json object that allows easier viewing and editing of data in spreadsheet software.

A udt.csv file has easy to understand columns!
circle-info

The UDT CSV format is capable of specifying all the same things as the UDT JSON format, but the UDT JSON format is the "canonical form" because the .udt.csv files are very flexible, and can be written in different but equivalent ways.

circle-info

UDT CSV files are generating by converting the JSON format into a CSV using JSON as CSV (JAC)arrow-up-right. They can be converted back to JSON using the jac-format npm modulearrow-up-right or jac_format pip modulearrow-up-right.

The UDT CSV format is really easy to use with libraries like pandasarrow-up-right.

Last updated

Was this helpful?