|
|
|
|
|
by gruez
623 days ago
|
|
AFAIK it's only "ambiguous" in the sense that if you get a csv file you can't determine the exact parsing behavior to use, but if you know what program created the csv (or what encoder options were used), it's not ambiguous to parse. >but things get really hairy really fast when you start adding types or BLOBs in the CSV. AFAIK BLOBs are hex encoded, which make them a non issue. |
|
If blobs got consistently hex encoded, that would also be nice. Base64 is common, and there are multiple types of base64 encoding people use too.
Personally, I tend to think of CSV imports as something you can expect to have a ‘yield’ - and it’s never 100%.