url type added

+ support for `Url` columns
This commit is contained in:
michal-kapala
2023-06-28 02:16:09 +02:00
parent 63bf053c36
commit 3c78bb2a1b
7 changed files with 59 additions and 7 deletions

View File

@ -6,7 +6,8 @@
"score": 0.8412384213497,
"email": "john.doe@example.com",
"json": [],
"date": "2023-03-05T00:35:21.104Z"
"date": "2023-03-05T00:35:21.104Z",
"url": "https://example.com"
},
{
"id": 2,
@ -17,6 +18,7 @@
"json": {
"xd": "nice meme"
},
"date": null
"date": null,
"url": "sftp://fire@8.8.8.8/base.txt"
}
]