neodash
neodash copied to clipboard
Concatenating a URL and a regular string turns the whole newly created string into a url
I have 2 properties: s.url which is a string containing a url r.date which is a string containing a year
I want to concatenate these into one string, where the s.url-component stays a URL and the r.date component stays a string, but with the "+"-operator as well as with apoc.text.join([s.url, ', ', r.date], ' ') the whole output, including the comma and the date, is turned into a URL:
but this should be returned:
I ran the query in Browser and it works fine there, so this must be an issue in NeoDash.
??? Anybody ???
Thank you for the input. It looks like it's possible to use commas into URLs, so we don't see a reason to parse the string and store it in two different entries. What we can suggest is to return the same value splitted in two columns, if for example you're using a Table Chart.