hi all - i am trying to simply import some json data that is on my computer into my n8n data table. All the tutorials i see are for importing json n8n workflows. Any ideas? i can’t seem to find any node that allows me to point to my json data.
There is a **Extract From File** node
first add a Read/Write Files from Disk then Extract from file node
thanks - i am using the n8n hosted version so i cannot point to my local drive. I’ve managed to fudge it by copying and pasting into a “When clicking ‘Execute workflow’” node, the json data (it’s not that big) But still not idea. It would be good to be able to just upload a json file or csv file and have a node interpret it.
There are bunch of other options. you can add a n8n form and in that form add a file field and add a Extract from file node as the second node
you can also use google drive