Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link parsing to DataBuilder #634

Closed
puehringer opened this issue Aug 14, 2023 · 0 comments
Closed

Add link parsing to DataBuilder #634

puehringer opened this issue Aug 14, 2023 · 0 comments
Assignees
Labels
type: feature New feature or request

Comments

@puehringer
Copy link
Contributor

It would be great if the DataBuilder would automatically create link column descriptions if the value is of pattern http(s)://. Currently, links are just strings, and they are quite difficult to select and copy in the ranking as we have the selection functionality.

Additional context

We already have the pattern matching for date columns, and I think we should have a (simple) one for URLs as well. Possibly, to retain backwards compatibility, we could have a flag similar to deriveColors which allows us to deriveLinks.
I suggest only matching for http or https links, but I don't mind matching things like ftp as well (maybe this can also be passed).

@puehringer puehringer added the type: feature New feature or request label Aug 14, 2023
sgratzl added a commit that referenced this issue Aug 15, 2023
@sgratzl sgratzl mentioned this issue Aug 15, 2023
3 tasks
@sgratzl sgratzl closed this as completed Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants