Hi,
being new to Clover (and ETL in general) I have perhaps a basic question.
I’m trying something out in the graphical interface, in order to be able to use this with Oracle Identity Analytics.
What I try to do:
I have as input a flat text file with 2 types of entries immediately after one another:
U;usernameA;field2;…field8
U;usernameB;field2;…field8
R;usernameA;field2;…;field5
R;usernameA;field2;…;field5
R;usernameB;field2;…;field5
The U records are user names, the R ones responsibilities attributed to these users.
What I need to get in the end are User records, with the responsibilities attributed to them. What I try to do is first isolate the U records and the R ones and then combine them.
When I try to filter the data with metadata assigned on the correct edge, I get an error when I run the graph because the number of records is different.
I then tried to have a separate metadata especially for the filter (with only the first character filtered out), and then after the filter try to apply the full metadata I get an error that I the metadata is different. Well, of course it is.
How could this be done?
Thanks in advance,
Rik