I33Buckler commented on issue #1260:
URL: https://github.com/apache/age/issues/1260#issuecomment-1762794349
Issue now resolved using format() to assign quotes
A small issue of NULL in the field **trip_headsign** easily resolved.
Applied format as below
```
format('"%s"',service_key)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]