Generate an IPLD Schema template from CSV data
csv-ipld-schema-gen [files..]
Generate IPLD Struct from source csv files
Options:
--help Show help [boolean]
--version Show version number [boolean]
The resulting IPLD Schema will give you a Struct for every csv file.
The schema should be considered a base template. You will still want to read and edit it as the script leans more towards reserving the original names rather than producing 100% valid IPLD Schema.
_. These should
be edited to conform with the standard camelCase style.null the field will be nullable.optional.(*string*) it will be parsed as a list value.
(*string*) intact)
so this won't actually be a valid parsable schema.