datacontract / datacontract-cli

CLI to manage your datacontract.yaml files
https://cli.datacontract.com
Other
479 stars 94 forks source link

Create import option for CSV files #391

Open jverhoeks opened 3 months ago

jverhoeks commented 3 months ago

With pandas to do a determination of the data types.

Although the reader is pretty smart, it might require some options like seperator, quotes

jochenchrist commented 3 months ago

Nice idea. Simple and certainly useful.

jverhoeks commented 3 months ago

Created the PR: https://github.com/datacontract/datacontract-cli/pull/392

Ready for review