issues handling importing csv with date typed fields #172
Labels
affects/master
PR/issue: this bug affects master version.
process/done
Process of bug
severity/major
Severity of bug
type/bug
Type: something is unexpected
Describe the bug (must be provided)
It seems when a field with type date was configured in the studio, with a field like
2020-01-01
in CSV, it will fail.Whereas in importer, it should be working:
https://github.com/vesoft-inc/nebula-importer/blob/617990914cfe30a906351f3eb2f7ca697555dfd4/examples/v2/example.yaml#L415-L435
https://github.com/vesoft-inc/nebula-importer/blob/master/examples/v2/date_test.csv
Your Environments (must be provided)
node --version
How To Reproduce(must be provided)
Steps to reproduce the behavior:
Expected behavior
Import successfully
Additional context
Provide logs and configs, or any other context to trace the problem.
The text was updated successfully, but these errors were encountered: