We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example CSV:
a,b,c 10.1234,11.456,12.234 10.1234,11.456,12.234 10.1234,11.456,12.234
yields:
a,b,c 10,11,12 10,11,12 10,11,12
Related: #684
The text was updated successfully, but these errors were encountered:
We're defaulting to float types, and actual types can be overriden with the seed config syntax here: #708
Sorry, something went wrong.
cmcarthur
No branches or pull requests
Example CSV:
yields:
Related: #684
The text was updated successfully, but these errors were encountered: