Question

ETM Record Count

  • 13 April 2023
  • 1 reply
  • 24 views

Hi all, 

 

Within a datamapper is it possible to know when the last record is being processed?
Thanks.

T


1 reply

Userlevel 3
Badge +6

Hi,

It is possible to get the current record number being processed within a datamapper, by using the following:

headers["currentrecord"]

However, it is not possible to access the total number of records within the import, so this is something you would need to know if it is a static value or access from the import data itself.

I would suggest creating an Idea to be able to access this information from within an assyst ETM datamapper.

Kind regards,

Stephen

Reply