Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to handle results of FROM_FIELD

Dear Community!

i have following scrip scenario:

BOM:

SQL

SELECT *

from BOM ;

load

*

From_Field(BOM,PATH) (txt,utf8,explicit labels,delimiter is '/', msq);

The results are several fields with @x, y, ...

How can i work with them? for example :

  • give them names
  • join them with other fields
0 Replies