FIND(Text 1, Text 2, Index)
Returns the index of the first Text 1 starting from the specified Index in Text 2.
(Specify a substring for the FIND() function to return its position.)
Text 1
The substring you want to find
Text 2
The text string containing the substring you want to find
Index
The position specifying where the search starts
The Index starts at 1. If omitted, the value is assumed to be 1.
Numeric
The first and second parameters can be of any type. The third parameter must be of the numeric type and can be omitted.
FIND("I","Information")
1
FIND("i","Information")
9
FIND("o","Information",2)
4
FIND("o","Information",12)
0
FIND("o","Information",-1)
Empty
For example, to find the index of the first Basic in the Level_2_Channel_Name field, add a New Calculation Column operator in the Data Transformation node, and input the formula FIND("Basic",Level_2_Channel_Name), as shown in the following figure.
Click Data Preview to view the result column, as shown in the following figure.
To implement a fuzzy search that is similar to using the LIKE operator in SQL queries, see Adding a Column Using the IF Function.
滑鼠選中內容,快速回饋問題
滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。
不再提示
10s後關閉
Submitted successfully
Network busy