PRODUCT
INTEGRATIONS
SOLUTIONS
RESOURCES
COMPANY
Ignite Discussions : Ask Questions, Find Answers, Share Expertise about Sparkflows
Hi Ragita,
In Sparkflows we can use Expression processor to extract substring value.
Using ‘Expression’ Node :
Input new column name
Input the substring expression such as substr(col_a, 1, 5). Extracted Substring value would list under the new column added to the output DataFrame.
Hi Ragita,
In Sparkflows we can use Expression processor to extract substring value.
Using ‘Expression’ Node :
Input new column name
Input the substring expression such as substr(col_a, 1, 5). Extracted Substring value would list under the new column added to the output DataFrame.