Hi,
I have a some strings with numbers at the start, e.g.
35.68]/dsfo48,.fdhgk
45joidfo8.980
And i'm trying to just extract the leading numbers, so the result for the above would look like;
35.68
45
I believe 1 way of doing this would be to use the RegEx tool, but it seems like I can achieve the same output by just changing the data type of the field from string to double using the select tool.
I was just wondering whether this is a reliable way of performing this operation? Or whether the Alteryx implementation of the data conversion could throw up issues in some cases?
Also, is there a repository where things like this are documented? I did try googling, but it seems there's only really documentation of how functions/tools operate on a higher level, not so much the "nuts and bolts" of the implementation.
Thanks