%%dvmd{TABLE WITHOUT ID
choice(key = "Link", "Link",
choice(key = "Rating", "Rating",
choice(key = "Description", "Description",
choice(key = "Type", join(Type, ", "),
choice(key = "Categories", "Categories",
choice(key = "Author", "Author",
choice(key = "Founders", "Founders",
"Created"))))))) AS "Property",
choice(key = "Link", Link,
choice(key = "Rating", Rating,
choice(key = "Description", Description,
choice(key = "Type", join(Type, ", "),
choice(key = "Categories", join(Categories, ", "),
choice(key = "Author", Author,
choice(key = "Founders", join(Founders, ", "),
created))))))) AS "Value"
FROM "{{file_path}}"
FLATTEN ["Link", "Rating", "Description", "Type", "Categories", "Author", "Founders", "created"] AS key}{properties_table}%%
%%insert_dvmd{properties_table}%%
| Property | Value |
| -------------------- | -------------------------------------------------------------------------------------------------------------------- |
| Link | https://www.nango.dev/ |
| Rating | 0.28 |
| Description | \- |
| [[Company\|Company]] | [[Company\|Company]] |
| Categories | [[SaaS\|SaaS]], [[Integrations\|Integrations]], [[The Jungle/Dev tools.md\|Dev tools]], [[Development\|Development]] |
| Author | \- |
| Founders | [[The Jungle/Robin Guldener.md\|Robin Guldener]], [[Bastien Beurier\|Bastien Beurier]] |
| Created | 2024-05-10 21:32 |
%%end_insert_dvmd{properties_table}%%