AttributeExploder and then a bit of tidying up should work
AttributeExploder and then a bit of tidying up should work
Thank you very much for your quick answer !!!
I'm sorry, I see that my sample data is confusing: the field ID is not an autonumeric, it is a char code that must be included in each outout record.
For this reason I was trying to use Aggregator Transfomer.
To be more expecific, if I have this input.xls file:
I would like to have this output.xls file,
Up to now, I have this result, so I'm working in some king or aggregation by CODE field.
Thanks for your help @ebygomm
Thank you very much for your quick answer !!!
I'm sorry, I see that my sample data is confusing: the field ID is not an autonumeric, it is a char code that must be included in each outout record.
For this reason I was trying to use Aggregator Transfomer.
To be more expecific, if I have this input.xls file:
I would like to have this output.xls file,
Up to now, I have this result, so I'm working in some king or aggregation by CODE field.
Thanks for your help @ebygomm
Should there be a file attached here?
"the field ID is not an autonumeric, it is a char code that must be included in each output record."
In the above example the ID will be included in every record, it doesn't matter what the value of it is. It exists due to the setting on the AttributeExploder being set as Keep Attributes to Yes
Thank you very much for your quick answer !!!
I'm sorry, I see that my sample data is confusing: the field ID is not an autonumeric, it is a char code that must be included in each outout record.
For this reason I was trying to use Aggregator Transfomer.
To be more expecific, if I have this input.xls file:
I would like to have this output.xls file,
Up to now, I have this result, so I'm working in some king or aggregation by CODE field.
Thanks for your help @ebygomm
Yes, the images were not attached in the first reply.
Now you can see sample files.
Thanks @ebygomm for your time !
It's exactly the same principle, just some slightly different handling due to the field names, but still AttributeExploder>Tester>AttributeCreator>AttributeKeeper
Thank you very much for your quick answer !!!
I'm sorry, I see that my sample data is confusing: the field ID is not an autonumeric, it is a char code that must be included in each outout record.
For this reason I was trying to use Aggregator Transfomer.
To be more expecific, if I have this input.xls file:
I would like to have this output.xls file,
Up to now, I have this result, so I'm working in some king or aggregation by CODE field.
Thanks for your help @ebygomm
Yes, you are right, in AttributeExploder transformer Keep Attributes must be Yes.
Thanks a lot, the problem is solved !!!