Skip to content

Commit

Permalink
fix: Add 0xFFFD to the list of unsupported csv delimiters
Browse files Browse the repository at this point in the history
Signed-off-by: OxalisCu <2127298698@qq.com>
  • Loading branch information
OxalisCu committed Sep 16, 2024
1 parent 1062007 commit 24fde32
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 24fde32

Please sign in to comment.