What is the string pattern to be provided in TO_NUMBER function in Adrenaline Dataflow
I want to convert a char value to number using TO_NUMBER function in Adrenaline Dataflow. The KB is given as below. What is the string pattern to be provided in the function to avoid decimals ? TO_NUMBER(STRING, STRING pattern) Converts a string into a number. An optional pattern can be passed in. If the pattern doesn't…