-
In a split recipe, how to split on an string value coming in an interger type column ?
I am trying to split a dataset into two based on an id column (most values in it are numbers) which also have string values(some names) coming in from the source. I want to split the good data(where …1 · -
Re: In a split recipe, how to split on an string value coming in an interger type column ?
example of data values in id column id 123 435 ABC 3211 · -
Re: In a split recipe, how to split on an string value coming in an interger type column ?
Thank you Frederic for quick reply, is there a way to implement Regex to implement that filter? Because in case if there are any kind of non-numeric values coming into that column(ex: alphanumeric, o…1 · -
how to truncate timestamp in now() in formula langugae
im using now() as a new column(refreshed_date) in Dataset to indicate dataset last refresh date, but I want to keep only date in 'yyy-mm-dd ' format and truncate the timestamp, or if I have…1 ·