Hi,
I try to increment a field start at 1 and finish at the end of the file. I use a counter and it's work fin with 1 file. But i have 38 file. I need to start at 1 for each file. Do you have any suggestion? Thanks
Hi,
I try to increment a field start at 1 and finish at the end of the file. I use a counter and it's work fin with 1 file. But i have 38 file. I need to start at 1 for each file. Do you have any suggestion? Thanks
Use the Counter, but group by the file name (fme_basename).
That would start a new counter per file.
The grouping is done by using the attribute value in the Counter Name:
Thank you Erick. It's work.