We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4408b35 commit f8a21abCopy full SHA for f8a21ab
webworker.js
@@ -63,7 +63,7 @@ async function startDatasette(settings) {
63
64
while True:
65
try:
66
- csv_std.field_size_limit(field_size_limit)
+ csv.field_size_limit(field_size_limit)
67
break
68
except OverflowError:
69
field_size_limit = int(field_size_limit / 10)
0 commit comments