I have a management agent for SQL that runs just fine, it can import value from my SQL server and store it on the metaverse.
My problem is the string from the SQL server contains a single quote (') , I wonder if there's a way I can remove that single quote during import to metaverse
e.g. value from SQL server is :
'12345'
what i want to keep in the metaverse is only like this:
12345any ideas will be very much appreciated.. thanks in advance