Export Hyperlinks to CSV
Export Hyperlinks to CSV
viksnanu
Posts: 7Questions: 5Answers: 0
Let's say i have Https://google.com in one column. I want that to be shown as hyperlink in CSV sheet upon exporting data from a datatable. please suggest.
This discussion has been closed.
Answers
CSV is plain text, there is no option to include a hyperlink in it. It would be up to whatever CSV viewer you are using to either automatically add a link, or to define a format that would allow the link to be used (markdown in a CSV file perhaps?).
Allan
Hi @viksnanu ,
You can use something like this. Here it's mapping the value of a checkbox to the exported data, but you would use the same mechanism to create the hyperlink URL.
Cheers,
Colin