coddingtonbear / obsidian-csv-table

Have a CSV file you want to render some or all of the data from? This plugin allows you to display that data in your obsidian preview.
MIT License
113 stars 5 forks source link

Display truncated when lacking column 'title names'. meaning, empty cells in the first row #9

Closed Hunanbean closed 2 years ago

Hunanbean commented 2 years ago

for example, if this is the content of the csv file:

this,is,,,, a,test,rows and,columns stuff,1,4 asd,dfg,ghj,jkk,2,3

it would truncate everything after the 'is' column, but it would pick up the last column.

Thank you

coddingtonbear commented 2 years ago

Unfortunately, supporting unnamed columns is probably impossible to support given how the library we're using for parsing CSV files works, and how this library was written to use it; so I'm going to close this as "Won't Fix". Sorry, @Hunanbean!

Hunanbean commented 2 years ago

I appreciate the useful tool, regardless.

Thanks a bunch for it!