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 6d79f5a commit 795c2f5Copy full SHA for 795c2f5
visualpython/js/m_apps/File.js
@@ -39,7 +39,7 @@ define([
39
this.config.checkModules = ['pd'];
40
41
this.fileExtensions = {
42
- 'csv': ['csv', 'tsv'],
+ 'csv': ['csv', 'tsv', 'txt'],
43
'excel': ['xlsx', 'xls'],
44
'json': ['json'],
45
'pickle': [],
0 commit comments