Possible to make a database view of a single file (table) instead of a bunch of files?
Opened this issue · 0 comments
Hey there,
I downloaded this months ago, but never really got around to doing anything with it but wanted to finally give it a go. The first thing I wanted to attempt with it was taking all my local device IP's and notes about them and make it a database view, but I then noticed that a video I watched about it had you create individual files for entries. I was wondering if it's possible to make a dataview from just a single files, ex. from a table?
This is an example of what I currently have:
ip | zerotier ip | 10gb ip | Hostname | Ports | MAC Address | NetBIOS Info | MAC Vendor | Notes |
---|---|---|---|---|---|---|---|---|
xxx.xxx.xxx.xxx | xxx.xxx.xxx.xxx | ***** | [n/a] | 443 | ***** | ***** | Fortinet | Firewall |
xxx.xxx.xxx.xxx | xxx.xxx.xxx.xxx | ***** | [n/a] | 80 | ***** | ***** | ASUSTek | Wireless Router |
I was hoping to turn it into a database in which I can easily add new rows and edit fields without having to deal with the markdown side of things. Is something like this possible without having to make a new file for each IP address?