Hello,
How can I copy content of the table?
For instance, my table looks like this:
Out of above table I would like to create below table:
Hello,
How can I copy content of the table?
Out of above table I would like to create below table:
You can use a Cloner to make 1 copy of each record. If you have the No. field set to autonumber the writer will sort it out, otherwise you can use a Counter to create a new, unique, number for each record.
I like the Cloner use, but there is more than one way. e.g.
And, if the source format was CSV and you are using FME 2017+, surprisingly, this workflow does that, since the modern CSV2 reader implements the "feature table" technology.