Skip to content
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

Plugin can't handle csv files with more than 22 rows of data #3

Open
prototype99 opened this issue Mar 15, 2021 · 9 comments
Open

Plugin can't handle csv files with more than 22 rows of data #3

prototype99 opened this issue Mar 15, 2021 · 9 comments

Comments

@prototype99
Copy link

prototype99 commented Mar 15, 2021

plugin version: 0.01
obsidian version: 0.11.13
OS: Linux
file in question: https://raw.githubusercontent.com/prototype99/price-razor/master/data.csv
related to: #5
issue: only loads 22 lines from the file out of a total 341 lines.

otherwise, nothing seems particularly off, but of course, that harms being able to use it in a real-world context. Making a CSV "from scratch" does not fix anything. I'm not quite sure if you'd want me to put issues experienced while trying to fix this issue as separate issues in case they are actually the same issue, so any additional issues experienced will be put below.

@prototype99
Copy link
Author

plugin cannot handle empty files, will attempt loading a file with just the headers

@prototype99
Copy link
Author

had to add at least one line with data before it could parse. I inserted rows and it seems to be unable to insert any rows past row 22. The true issue seems to be that the row limit is 22, so I'll change the title to match

@prototype99 prototype99 changed the title Large CSV files do not load all data Plugin can't handle csv files with more than 22 rows of data Mar 15, 2021
@twilightfades0
Copy link

I just installed this plugin and opened a 176 line csv no problem, fwiw!

@prototype99
Copy link
Author

hmm what does the file you used look like? prompted by this I tried again and still had the same issue

@prototype99
Copy link
Author

alternatively: did you compile from source or something?

@twilightfades0
Copy link

Sorry for the delay!! Um, what do you mean? 😅 I don't know how to do much of anything myself so I just did what It said to do, I didn't alter anything. I'm using the most up to date release of obsidian, are you? (that's just the only thing i can think of!)

@prototype99
Copy link
Author

It's okay! I've been busy anyway. Yeah I'm using 0.11.13 which is the latest release, I installed it through the built-in plugin store. I wasn't quite sure what you meant so I looked under installation and tried both "from github" and "development" but nothing changed, so there must be some sort of difference. Are you also using Linux?

@calvinhobbes23
Copy link

I am sorry to say this plugin is useless because of this issue. It does not display more that 10-20 rows. Don't waste your time. Saying this because I am wondering how much time it takes to solve a critical bug reported more than a year ago!

@swehba
Copy link

swehba commented Nov 2, 2022

@calvinhobbes23 I agree. Just tried this plugin for the first time, and could not open a CSV with around 100 rows. Not useful in its present state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants