Skip to content

Commit

Permalink
Merge pull request #941 from OxalisCu/csv-delimiter
Browse files Browse the repository at this point in the history
fix: Add 0xFFFD to the list of unsupported csv delimiters
  • Loading branch information
shanghaikid authored Oct 1, 2024
2 parents 792a192 + 24fde32 commit 0667456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API_Reference/pymilvus/v2.4.x/DataImport/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The delimiter of CSV file.

The value must be a string of length 1, which defaults to ```","```.

And the following strings are not allowed: ```"\0"```, ```"\n"```, ```"\r"```, ```"""```.
And the following strings are not allowed: ```"\0"```, ```"\n"```, ```"\r"```, ```"""```, ```0xFFFD```.

- **nullkey** (*string*)

Expand Down

0 comments on commit 0667456

Please sign in to comment.