Answers

Question and Answer:

  Home  Data Stage

⟩ If a column contains data like ram,rakesh,madhan,suraj,pradeep,bhaskar then I want to place names separated by commas in another columns how can we do?

seq file ------> Transformer -------> target

1.extract the source data into seq file.

2.In transformer source column to target , and apply the field function

Field(column name, ',' , 1)

next same drag the source column to target , and apply the field function

Field(column name,',',2)

.

.

.

Field(column name,',',5)

 157 views

More Questions for you: