Solved

increment a field for multiple file

  • 17 April 2019
  • 2 replies
  • 3 views

Badge

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

icon

Best answer by erik_jan 17 April 2019, 23:16

View original

2 replies

Userlevel 2
Badge +16

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:

Badge

Thank you Erick. It's work.

Reply