Skip to content

Add 'tsv' file on File.js options #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Minku-Koo opened this issue Aug 30, 2022 · 4 comments
Closed

Add 'tsv' file on File.js options #175

Minku-Koo opened this issue Aug 30, 2022 · 4 comments
Labels
enhancement New feature or request solved This issue is solved

Comments

@Minku-Koo
Copy link
Contributor

In data analysis, tsv files are frequently used.

Visual Python can not load the tsv file.

I want to add tsv option to this.

oss2

@Minku-Koo Minku-Koo added the enhancement New feature or request label Aug 30, 2022
@minjk-bl
Copy link
Collaborator

If read_csv function is used for loading csv and tsv file, I think that File Type > csv type need to cover tsv file.
FileNavigation component allows multiple extension types, so it'll be easy to edit File app > read_csv function to include tsv extension.
Let us know if you are working on this issue. Thanks :)

@Minku-Koo
Copy link
Contributor Author

yes i am working on this issue.

Then I won't add tsv to select options.

How about selecting csv options, so that can load tsv file?

@minjk-bl
Copy link
Collaborator

Great, I agree with it.
After selecting csv option, FileNavigation just need to show both csv and tsv files.

Minku-Koo added a commit to Minku-Koo/visualpython that referenced this issue Sep 2, 2022
add tsv ssv dsv extention to csv option
@minjk-bl
Copy link
Collaborator

This issue is solved on version 2.5.0. I'm closing this issue.

@minjk-bl minjk-bl added the solved This issue is solved label Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request solved This issue is solved
Projects
None yet
Development

No branches or pull requests

2 participants