Dataviewjs of csv data

Things I have tried

dataview
TABLE WITHOUT ID Name, Column1, Column2 etc
FROM csv(“CompanyData.csv”)
WHERE Name=“CompanyName”

which all works fine but I want the data searchable in other dataview searches!

What I’m trying to do

I am trying to search the csv file and then create dataviewjs to add to a line of metadata

address:: dataviewjs of csv address column based on CompanyName
phone:: etc
invoiced:: etc

Same here.
I can’t seem to get the .csv file into a JS node.

Any hints?

Hey,

I had the same question. I think I found the answer:

dv.io.csv("your_file.csv")

I found it here: Codeblock Reference - Dataview

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.