String conversion to float value

Hi Team,

We have an UI application connecting different db’s. It sends float values in string format. Is there any mathematical function that converts string to float while writing tigergraph queries. The documentation link has only float_to_int, str_to_int etc.
https://docs.tigergraph.com/dev/gsql-ref/querying/operators-functions-and-expressions

It appears that GSQL does not currently have such a feature. I have inquired with the team about a potential workaround.

Only if you are working in the GSQL data loading language (for loading jobs, not queries) does such a function exist for the sake of providing numerical conditions for whether to accept a piece of data or not.

(See GSQL Data Loading Docs)