I have a list of objects (txt file1) and a sdf file containing several information. For each object in file1 I need to extract related informations from the sdf. The problem is that in the sdf file I can have more than one row associated to the same object.
An example below:
You could try using the -GroupBy- node on just “file.sdf”. Choose column1 as the Group column, and use column2 and column3 in the manual aggregation tab. Choose the aggregation method “List” for both.
You could then use the -Split Collection Column- node to change the lists into separate columns.
This would however create slightly different ordering of columns in the end result:
AAA,1,0, 1,0
BBB,2,missing value,2,missing value
CCC,3,1,3,1