Skip to main content
Question

ETM Record Count

  • April 13, 2023
  • 1 reply
  • 37 views

Hi all, 

 

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

T

1 reply

SGrant89
Hero (Employee)
Forum|alt.badge.img+6
  • Hero (Employee)
  • 24 replies
  • May 10, 2023

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